Shades of Rio Grande #BBCC11
Tints of Rio Grande #BBCC11
RGB
CMYK
RGB Variations
Color information
#BBCC11 (or 0xBBCC11) is known color: Rio Grande. HEX triplet: BB, CC and 11. RGB value is (187,204,17). Sum of RGB (Red+Green+Blue) = 187+204+17=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC11 is #4433EE. Grayscale: #B2B2B2. Windows color (decimal): -4469743 or 1166523. OLE color: 1166523.
HSL color Cylindrical-coordinate representation of color #BBCC11: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBCC11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.2 |
| HSL | 65.45º | 0.85% | 0.43% | - |
| HSV(B) | 65.45º | 0.92% | 0.8% | - |
| XYZ | 42.19 | 53.79 | 8.69 | - |
| YUV | 177.6 | 37.37 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 17 | 0.08 | 0 | 0.92 | 0.2 | 65.45 | 0.85 | 0.43 |
| Hex | BB | CC | 11 | 8 | 0 | 5C | 14 | 41 | 55 | 2B |
| Octal | 273 | 314 | 21 | 10 | 0 | 134 | 24 | 101 | 125 | 53 |
| Binary | 10111011 | 11001100 | 10001 | 1000 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BBCC11
Complementary color
Monochromatic Colors of #BBCC11
Black with #BBCC11
Text Example
Text Example
White with #BBCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC11; }
p { color: rgb(187,204,17); }
H1.HeaderClassName
{
color: #BBCC11;
}
.AnyTagClassName
{
color: #BBCC11;
}
</style>
background-color css
<style>
a { background-color: #BBCC11; }
a { background-color: rgb(187,204,17); }
div.DivClassName
{
background-color: #BBCC11;
}
.BgClassName
{
background-color: #BBCC11;
}
</style>
border-color css
<style>
span { border-color: #BBCC11; }
span { border-color: rgb(187,204,17); }
td.TdClassName
{
border-color: #BBCC11;
}
.TagClassName
{
border-color: #BBCC11;
}
</style>