Shades of Rio Grande #BBC01F
Tints of Rio Grande #BBC01F
RGB
CMYK
RGB Variations
Color information
#BBC01F (or 0xBBC01F) is known color: Rio Grande. HEX triplet: BB, C0 and 1F. RGB value is (187,192,31). Sum of RGB (Red+Green+Blue) = 187+192+31=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC01F is #443FE0. Grayscale: #ACACAC. Windows color (decimal): -4472801 or 2080955. OLE color: 2080955.
HSL color Cylindrical-coordinate representation of color #BBC01F: hue angle of 61.86º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC01F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 31 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.25 |
| HSL | 61.86º | 0.72% | 0.44% | - |
| HSV(B) | 61.86º | 0.84% | 0.75% | - |
| XYZ | 39.59 | 48.36 | 8.54 | - |
| YUV | 172.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 31 | 0.03 | 0 | 0.84 | 0.25 | 61.86 | 0.72 | 0.44 |
| Hex | BB | C0 | 1F | 3 | 0 | 54 | 19 | 3E | 48 | 2C |
| Octal | 273 | 300 | 37 | 3 | 0 | 124 | 31 | 76 | 110 | 54 |
| Binary | 10111011 | 11000000 | 11111 | 11 | 0 | 1010100 | 11001 | 111110 | 1001000 | 101100 |
Color Harmonies of #BBC01F
Complementary color
Monochromatic Colors of #BBC01F
Black with #BBC01F
Text Example
Text Example
White with #BBC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC01F; }
p { color: rgb(187,192,31); }
H1.HeaderClassName
{
color: #BBC01F;
}
.AnyTagClassName
{
color: #BBC01F;
}
</style>
background-color css
<style>
a { background-color: #BBC01F; }
a { background-color: rgb(187,192,31); }
div.DivClassName
{
background-color: #BBC01F;
}
.BgClassName
{
background-color: #BBC01F;
}
</style>
border-color css
<style>
span { border-color: #BBC01F; }
span { border-color: rgb(187,192,31); }
td.TdClassName
{
border-color: #BBC01F;
}
.TagClassName
{
border-color: #BBC01F;
}
</style>