Shades of Rio Grande #BBC11B
Tints of Rio Grande #BBC11B
RGB
CMYK
RGB Variations
Color information
#BBC11B (or 0xBBC11B) is known color: Rio Grande. HEX triplet: BB, C1 and 1B. RGB value is (187,193,27). Sum of RGB (Red+Green+Blue) = 187+193+27=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC11B is #443EE4. Grayscale: #ACACAC. Windows color (decimal): -4472549 or 1819067. OLE color: 1819067.
HSL color Cylindrical-coordinate representation of color #BBC11B: hue angle of 62.17º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBC11B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 27 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.24 |
| HSL | 62.17º | 0.75% | 0.43% | - |
| HSV(B) | 62.17º | 0.86% | 0.76% | - |
| XYZ | 39.76 | 48.78 | 8.36 | - |
| YUV | 172.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 27 | 0.03 | 0 | 0.86 | 0.24 | 62.17 | 0.75 | 0.43 |
| Hex | BB | C1 | 1B | 3 | 0 | 56 | 18 | 3E | 4B | 2B |
| Octal | 273 | 301 | 33 | 3 | 0 | 126 | 30 | 76 | 113 | 53 |
| Binary | 10111011 | 11000001 | 11011 | 11 | 0 | 1010110 | 11000 | 111110 | 1001011 | 101011 |
Color Harmonies of #BBC11B
Complementary color
Monochromatic Colors of #BBC11B
Black with #BBC11B
Text Example
Text Example
White with #BBC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC11B; }
p { color: rgb(187,193,27); }
H1.HeaderClassName
{
color: #BBC11B;
}
.AnyTagClassName
{
color: #BBC11B;
}
</style>
background-color css
<style>
a { background-color: #BBC11B; }
a { background-color: rgb(187,193,27); }
div.DivClassName
{
background-color: #BBC11B;
}
.BgClassName
{
background-color: #BBC11B;
}
</style>
border-color css
<style>
span { border-color: #BBC11B; }
span { border-color: rgb(187,193,27); }
td.TdClassName
{
border-color: #BBC11B;
}
.TagClassName
{
border-color: #BBC11B;
}
</style>