Shades of Rio Grande #BBCB24
Tints of Rio Grande #BBCB24
RGB
CMYK
RGB Variations
Color information
#BBCB24 (or 0xBBCB24) is known color: Rio Grande. HEX triplet: BB, CB and 24. RGB value is (187,203,36). Sum of RGB (Red+Green+Blue) = 187+203+36=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB24 is #4434DB. Grayscale: #B3B3B3. Windows color (decimal): -4469980 or 2411451. OLE color: 2411451.
HSL color Cylindrical-coordinate representation of color #BBCB24: hue angle of 65.75º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBCB24 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 36 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.20 |
| HSL | 65.75º | 0.7% | 0.47% | - |
| HSV(B) | 65.75º | 0.82% | 0.8% | - |
| XYZ | 42.17 | 53.4 | 9.75 | - |
| YUV | 179.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 36 | 0.08 | 0 | 0.82 | 0.20 | 65.75 | 0.7 | 0.47 |
| Hex | BB | CB | 24 | 8 | 0 | 52 | 14 | 42 | 46 | 2F |
| Octal | 273 | 313 | 44 | 10 | 0 | 122 | 24 | 102 | 106 | 57 |
| Binary | 10111011 | 11001011 | 100100 | 1000 | 0 | 1010010 | 10100 | 1000010 | 1000110 | 101111 |
Color Harmonies of #BBCB24
Complementary color
Monochromatic Colors of #BBCB24
Black with #BBCB24
Text Example
Text Example
White with #BBCB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB24; }
p { color: rgb(187,203,36); }
H1.HeaderClassName
{
color: #BBCB24;
}
.AnyTagClassName
{
color: #BBCB24;
}
</style>
background-color css
<style>
a { background-color: #BBCB24; }
a { background-color: rgb(187,203,36); }
div.DivClassName
{
background-color: #BBCB24;
}
.BgClassName
{
background-color: #BBCB24;
}
</style>
border-color css
<style>
span { border-color: #BBCB24; }
span { border-color: rgb(187,203,36); }
td.TdClassName
{
border-color: #BBCB24;
}
.TagClassName
{
border-color: #BBCB24;
}
</style>