Shades of Rio Grande #BBCB16
Tints of Rio Grande #BBCB16
RGB
CMYK
RGB Variations
Color information
#BBCB16 (or 0xBBCB16) is known color: Rio Grande. HEX triplet: BB, CB and 16. RGB value is (187,203,22). Sum of RGB (Red+Green+Blue) = 187+203+22=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB16 is #4434E9. Grayscale: #B2B2B2. Windows color (decimal): -4469994 or 1493947. OLE color: 1493947.
HSL color Cylindrical-coordinate representation of color #BBCB16: hue angle of 65.3º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBCB16 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 22 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.20 |
| HSL | 65.3º | 0.8% | 0.44% | - |
| HSV(B) | 65.3º | 0.89% | 0.8% | - |
| XYZ | 41.99 | 53.33 | 8.84 | - |
| YUV | 177.58 | 40.2 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 22 | 0.08 | 0 | 0.89 | 0.20 | 65.3 | 0.8 | 0.44 |
| Hex | BB | CB | 16 | 8 | 0 | 59 | 14 | 41 | 50 | 2C |
| Octal | 273 | 313 | 26 | 10 | 0 | 131 | 24 | 101 | 120 | 54 |
| Binary | 10111011 | 11001011 | 10110 | 1000 | 0 | 1011001 | 10100 | 1000001 | 1010000 | 101100 |
Color Harmonies of #BBCB16
Complementary color
Monochromatic Colors of #BBCB16
Black with #BBCB16
Text Example
Text Example
White with #BBCB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB16; }
p { color: rgb(187,203,22); }
H1.HeaderClassName
{
color: #BBCB16;
}
.AnyTagClassName
{
color: #BBCB16;
}
</style>
background-color css
<style>
a { background-color: #BBCB16; }
a { background-color: rgb(187,203,22); }
div.DivClassName
{
background-color: #BBCB16;
}
.BgClassName
{
background-color: #BBCB16;
}
</style>
border-color css
<style>
span { border-color: #BBCB16; }
span { border-color: rgb(187,203,22); }
td.TdClassName
{
border-color: #BBCB16;
}
.TagClassName
{
border-color: #BBCB16;
}
</style>