Shades of Rio Grande #BBCE24
Tints of Rio Grande #BBCE24
RGB
CMYK
RGB Variations
Color information
#BBCE24 (or 0xBBCE24) is known color: Rio Grande. HEX triplet: BB, CE and 24. RGB value is (187,206,36). Sum of RGB (Red+Green+Blue) = 187+206+36=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE24 is #4431DB. Grayscale: #B5B5B5. Windows color (decimal): -4469212 or 2412219. OLE color: 2412219.
HSL color Cylindrical-coordinate representation of color #BBCE24: hue angle of 66.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBCE24 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 36 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.19 |
| HSL | 66.71º | 0.7% | 0.47% | - |
| HSV(B) | 66.71º | 0.83% | 0.81% | - |
| XYZ | 42.88 | 54.83 | 9.99 | - |
| YUV | 180.94 | 46.21 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 36 | 0.09 | 0 | 0.83 | 0.19 | 66.71 | 0.7 | 0.47 |
| Hex | BB | CE | 24 | 9 | 0 | 53 | 13 | 43 | 46 | 2F |
| Octal | 273 | 316 | 44 | 11 | 0 | 123 | 23 | 103 | 106 | 57 |
| Binary | 10111011 | 11001110 | 100100 | 1001 | 0 | 1010011 | 10011 | 1000011 | 1000110 | 101111 |
Color Harmonies of #BBCE24
Complementary color
Monochromatic Colors of #BBCE24
Black with #BBCE24
Text Example
Text Example
White with #BBCE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE24; }
p { color: rgb(187,206,36); }
H1.HeaderClassName
{
color: #BBCE24;
}
.AnyTagClassName
{
color: #BBCE24;
}
</style>
background-color css
<style>
a { background-color: #BBCE24; }
a { background-color: rgb(187,206,36); }
div.DivClassName
{
background-color: #BBCE24;
}
.BgClassName
{
background-color: #BBCE24;
}
</style>
border-color css
<style>
span { border-color: #BBCE24; }
span { border-color: rgb(187,206,36); }
td.TdClassName
{
border-color: #BBCE24;
}
.TagClassName
{
border-color: #BBCE24;
}
</style>