Shades of Rio Grande #BBC51E
Tints of Rio Grande #BBC51E
RGB
CMYK
RGB Variations
Color information
#BBC51E (or 0xBBC51E) is known color: Rio Grande. HEX triplet: BB, C5 and 1E. RGB value is (187,197,30). Sum of RGB (Red+Green+Blue) = 187+197+30=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC51E is #443AE1. Grayscale: #AFAFAF. Windows color (decimal): -4471522 or 2016699. OLE color: 2016699.
HSL color Cylindrical-coordinate representation of color #BBC51E: hue angle of 63.59º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBC51E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 30 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.23 |
| HSL | 63.59º | 0.74% | 0.45% | - |
| HSV(B) | 63.59º | 0.85% | 0.77% | - |
| XYZ | 40.69 | 50.59 | 8.85 | - |
| YUV | 174.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 30 | 0.05 | 0 | 0.85 | 0.23 | 63.59 | 0.74 | 0.45 |
| Hex | BB | C5 | 1E | 5 | 0 | 55 | 17 | 40 | 4A | 2D |
| Octal | 273 | 305 | 36 | 5 | 0 | 125 | 27 | 100 | 112 | 55 |
| Binary | 10111011 | 11000101 | 11110 | 101 | 0 | 1010101 | 10111 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BBC51E
Complementary color
Monochromatic Colors of #BBC51E
Black with #BBC51E
Text Example
Text Example
White with #BBC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC51E; }
p { color: rgb(187,197,30); }
H1.HeaderClassName
{
color: #BBC51E;
}
.AnyTagClassName
{
color: #BBC51E;
}
</style>
background-color css
<style>
a { background-color: #BBC51E; }
a { background-color: rgb(187,197,30); }
div.DivClassName
{
background-color: #BBC51E;
}
.BgClassName
{
background-color: #BBC51E;
}
</style>
border-color css
<style>
span { border-color: #BBC51E; }
span { border-color: rgb(187,197,30); }
td.TdClassName
{
border-color: #BBC51E;
}
.TagClassName
{
border-color: #BBC51E;
}
</style>