Shades of Rio Grande #BBC91F
Tints of Rio Grande #BBC91F
RGB
CMYK
RGB Variations
Color information
#BBC91F (or 0xBBC91F) is known color: Rio Grande. HEX triplet: BB, C9 and 1F. RGB value is (187,201,31). Sum of RGB (Red+Green+Blue) = 187+201+31=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC91F is #4436E0. Grayscale: #B2B2B2. Windows color (decimal): -4470497 or 2083259. OLE color: 2083259.
HSL color Cylindrical-coordinate representation of color #BBC91F: hue angle of 64.94º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBC91F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 31 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.21 |
| HSL | 64.94º | 0.73% | 0.45% | - |
| HSV(B) | 64.94º | 0.85% | 0.79% | - |
| XYZ | 41.63 | 52.44 | 9.22 | - |
| YUV | 177.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 31 | 0.07 | 0 | 0.85 | 0.21 | 64.94 | 0.73 | 0.45 |
| Hex | BB | C9 | 1F | 7 | 0 | 55 | 15 | 41 | 49 | 2D |
| Octal | 273 | 311 | 37 | 7 | 0 | 125 | 25 | 101 | 111 | 55 |
| Binary | 10111011 | 11001001 | 11111 | 111 | 0 | 1010101 | 10101 | 1000001 | 1001001 | 101101 |
Color Harmonies of #BBC91F
Complementary color
Monochromatic Colors of #BBC91F
Black with #BBC91F
Text Example
Text Example
White with #BBC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC91F; }
p { color: rgb(187,201,31); }
H1.HeaderClassName
{
color: #BBC91F;
}
.AnyTagClassName
{
color: #BBC91F;
}
</style>
background-color css
<style>
a { background-color: #BBC91F; }
a { background-color: rgb(187,201,31); }
div.DivClassName
{
background-color: #BBC91F;
}
.BgClassName
{
background-color: #BBC91F;
}
</style>
border-color css
<style>
span { border-color: #BBC91F; }
span { border-color: rgb(187,201,31); }
td.TdClassName
{
border-color: #BBC91F;
}
.TagClassName
{
border-color: #BBC91F;
}
</style>