Shades of Rio Grande #BBCC15
Tints of Rio Grande #BBCC15
RGB
CMYK
RGB Variations
Color information
#BBCC15 (or 0xBBCC15) is known color: Rio Grande. HEX triplet: BB, CC and 15. RGB value is (187,204,21). Sum of RGB (Red+Green+Blue) = 187+204+21=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC15 is #4433EA. Grayscale: #B2B2B2. Windows color (decimal): -4469739 or 1428667. OLE color: 1428667.
HSL color Cylindrical-coordinate representation of color #BBCC15: hue angle of 65.57º 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 #BBCC15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.2 |
| HSL | 65.57º | 0.81% | 0.44% | - |
| HSV(B) | 65.57º | 0.9% | 0.8% | - |
| XYZ | 42.22 | 53.8 | 8.87 | - |
| YUV | 178.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 21 | 0.08 | 0 | 0.90 | 0.2 | 65.57 | 0.81 | 0.44 |
| Hex | BB | CC | 15 | 8 | 0 | 5A | 14 | 42 | 51 | 2C |
| Octal | 273 | 314 | 25 | 10 | 0 | 132 | 24 | 102 | 121 | 54 |
| Binary | 10111011 | 11001100 | 10101 | 1000 | 0 | 1011010 | 10100 | 1000010 | 1010001 | 101100 |
Color Harmonies of #BBCC15
Complementary color
Monochromatic Colors of #BBCC15
Black with #BBCC15
Text Example
Text Example
White with #BBCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC15; }
p { color: rgb(187,204,21); }
H1.HeaderClassName
{
color: #BBCC15;
}
.AnyTagClassName
{
color: #BBCC15;
}
</style>
background-color css
<style>
a { background-color: #BBCC15; }
a { background-color: rgb(187,204,21); }
div.DivClassName
{
background-color: #BBCC15;
}
.BgClassName
{
background-color: #BBCC15;
}
</style>
border-color css
<style>
span { border-color: #BBCC15; }
span { border-color: rgb(187,204,21); }
td.TdClassName
{
border-color: #BBCC15;
}
.TagClassName
{
border-color: #BBCC15;
}
</style>