Shades of Rio Grande #BBC41F
Tints of Rio Grande #BBC41F
RGB
CMYK
RGB Variations
Color information
#BBC41F (or 0xBBC41F) is known color: Rio Grande. HEX triplet: BB, C4 and 1F. RGB value is (187,196,31). Sum of RGB (Red+Green+Blue) = 187+196+31=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC41F is #443BE0. Grayscale: #AFAFAF. Windows color (decimal): -4471777 or 2081979. OLE color: 2081979.
HSL color Cylindrical-coordinate representation of color #BBC41F: hue angle of 63.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC41F is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 31 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.23 |
| HSL | 63.27º | 0.73% | 0.45% | - |
| HSV(B) | 63.27º | 0.84% | 0.77% | - |
| XYZ | 40.48 | 50.14 | 8.84 | - |
| YUV | 174.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 31 | 0.05 | 0 | 0.84 | 0.23 | 63.27 | 0.73 | 0.45 |
| Hex | BB | C4 | 1F | 5 | 0 | 54 | 17 | 3F | 49 | 2D |
| Octal | 273 | 304 | 37 | 5 | 0 | 124 | 27 | 77 | 111 | 55 |
| Binary | 10111011 | 11000100 | 11111 | 101 | 0 | 1010100 | 10111 | 111111 | 1001001 | 101101 |
Color Harmonies of #BBC41F
Complementary color
Monochromatic Colors of #BBC41F
Black with #BBC41F
Text Example
Text Example
White with #BBC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC41F; }
p { color: rgb(187,196,31); }
H1.HeaderClassName
{
color: #BBC41F;
}
.AnyTagClassName
{
color: #BBC41F;
}
</style>
background-color css
<style>
a { background-color: #BBC41F; }
a { background-color: rgb(187,196,31); }
div.DivClassName
{
background-color: #BBC41F;
}
.BgClassName
{
background-color: #BBC41F;
}
</style>
border-color css
<style>
span { border-color: #BBC41F; }
span { border-color: rgb(187,196,31); }
td.TdClassName
{
border-color: #BBC41F;
}
.TagClassName
{
border-color: #BBC41F;
}
</style>