×
How to Play RGBGuessr!
Welcome to RGBGuessr! The aim of the game is to guess the
RGB values of the displayed color. You will go through 5
rounds, and your score will be based on how close your guess
is to the actual RGB values. The lower your score, the
better!
Example RGB Values:
Color |
RGB Value |
Red
|
RGB(255, 0, 0) |
Orange
|
RGB(255, 127, 0) |
Yellow
|
RGB(255, 255, 0) |
Green
|
RGB(0, 255, 0) |
Blue
|
RGB(0, 0, 255) |
Indigo
|
RGB(75, 0, 130) |
Violet
|
RGB(148, 0, 211) |
White
|
RGB(255, 255, 255) |
Black
|
RGB(0, 0, 0) |