Shades of Rio Grande #BBCE18
Tints of Rio Grande #BBCE18
RGB
CMYK
RGB Variations
Color information
#BBCE18 (or 0xBBCE18) is known color: Rio Grande. HEX triplet: BB, CE and 18. RGB value is (187,206,24). Sum of RGB (Red+Green+Blue) = 187+206+24=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE18 is #4431E7. Grayscale: #B4B4B4. Windows color (decimal): -4469224 or 1625787. OLE color: 1625787.
HSL color Cylindrical-coordinate representation of color #BBCE18: hue angle of 66.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBCE18 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 24 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.19 |
| HSL | 66.26º | 0.79% | 0.45% | - |
| HSV(B) | 66.26º | 0.88% | 0.81% | - |
| XYZ | 42.73 | 54.77 | 9.18 | - |
| YUV | 179.57 | 40.21 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 24 | 0.09 | 0 | 0.88 | 0.19 | 66.26 | 0.79 | 0.45 |
| Hex | BB | CE | 18 | 9 | 0 | 58 | 13 | 42 | 4F | 2D |
| Octal | 273 | 316 | 30 | 11 | 0 | 130 | 23 | 102 | 117 | 55 |
| Binary | 10111011 | 11001110 | 11000 | 1001 | 0 | 1011000 | 10011 | 1000010 | 1001111 | 101101 |
Color Harmonies of #BBCE18
Complementary color
Monochromatic Colors of #BBCE18
Black with #BBCE18
Text Example
Text Example
White with #BBCE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE18; }
p { color: rgb(187,206,24); }
H1.HeaderClassName
{
color: #BBCE18;
}
.AnyTagClassName
{
color: #BBCE18;
}
</style>
background-color css
<style>
a { background-color: #BBCE18; }
a { background-color: rgb(187,206,24); }
div.DivClassName
{
background-color: #BBCE18;
}
.BgClassName
{
background-color: #BBCE18;
}
</style>
border-color css
<style>
span { border-color: #BBCE18; }
span { border-color: rgb(187,206,24); }
td.TdClassName
{
border-color: #BBCE18;
}
.TagClassName
{
border-color: #BBCE18;
}
</style>