Shades of Rio Grande #BBCB15
Tints of Rio Grande #BBCB15
RGB
CMYK
RGB Variations
Color information
#BBCB15 (or 0xBBCB15) is known color: Rio Grande. HEX triplet: BB, CB and 15. RGB value is (187,203,21). Sum of RGB (Red+Green+Blue) = 187+203+21=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB15 is #4434EA. Grayscale: #B2B2B2. Windows color (decimal): -4469995 or 1428411. OLE color: 1428411.
HSL color Cylindrical-coordinate representation of color #BBCB15: hue angle of 65.27º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBCB15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.20 |
| HSL | 65.27º | 0.81% | 0.44% | - |
| HSV(B) | 65.27º | 0.9% | 0.8% | - |
| XYZ | 41.98 | 53.33 | 8.79 | - |
| YUV | 177.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 21 | 0.08 | 0 | 0.90 | 0.20 | 65.27 | 0.81 | 0.44 |
| Hex | BB | CB | 15 | 8 | 0 | 5A | 14 | 41 | 51 | 2C |
| Octal | 273 | 313 | 25 | 10 | 0 | 132 | 24 | 101 | 121 | 54 |
| Binary | 10111011 | 11001011 | 10101 | 1000 | 0 | 1011010 | 10100 | 1000001 | 1010001 | 101100 |
Color Harmonies of #BBCB15
Complementary color
Monochromatic Colors of #BBCB15
Black with #BBCB15
Text Example
Text Example
White with #BBCB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB15; }
p { color: rgb(187,203,21); }
H1.HeaderClassName
{
color: #BBCB15;
}
.AnyTagClassName
{
color: #BBCB15;
}
</style>
background-color css
<style>
a { background-color: #BBCB15; }
a { background-color: rgb(187,203,21); }
div.DivClassName
{
background-color: #BBCB15;
}
.BgClassName
{
background-color: #BBCB15;
}
</style>
border-color css
<style>
span { border-color: #BBCB15; }
span { border-color: rgb(187,203,21); }
td.TdClassName
{
border-color: #BBCB15;
}
.TagClassName
{
border-color: #BBCB15;
}
</style>