Shades of Rio Grande #BBC01E
Tints of Rio Grande #BBC01E
RGB
CMYK
RGB Variations
Color information
#BBC01E (or 0xBBC01E) is known color: Rio Grande. HEX triplet: BB, C0 and 1E. RGB value is (187,192,30). Sum of RGB (Red+Green+Blue) = 187+192+30=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC01E is #443FE1. Grayscale: #ACACAC. Windows color (decimal): -4472802 or 2015419. OLE color: 2015419.
HSL color Cylindrical-coordinate representation of color #BBC01E: hue angle of 61.85º degrees, saturation: 0.73, 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 #BBC01E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 30 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.25 |
| HSL | 61.85º | 0.73% | 0.44% | - |
| HSV(B) | 61.85º | 0.84% | 0.75% | - |
| XYZ | 39.58 | 48.36 | 8.48 | - |
| YUV | 172.04 | 47.84 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 30 | 0.03 | 0 | 0.84 | 0.25 | 61.85 | 0.73 | 0.44 |
| Hex | BB | C0 | 1E | 3 | 0 | 54 | 19 | 3E | 49 | 2C |
| Octal | 273 | 300 | 36 | 3 | 0 | 124 | 31 | 76 | 111 | 54 |
| Binary | 10111011 | 11000000 | 11110 | 11 | 0 | 1010100 | 11001 | 111110 | 1001001 | 101100 |
Color Harmonies of #BBC01E
Complementary color
Monochromatic Colors of #BBC01E
Black with #BBC01E
Text Example
Text Example
White with #BBC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC01E; }
p { color: rgb(187,192,30); }
H1.HeaderClassName
{
color: #BBC01E;
}
.AnyTagClassName
{
color: #BBC01E;
}
</style>
background-color css
<style>
a { background-color: #BBC01E; }
a { background-color: rgb(187,192,30); }
div.DivClassName
{
background-color: #BBC01E;
}
.BgClassName
{
background-color: #BBC01E;
}
</style>
border-color css
<style>
span { border-color: #BBC01E; }
span { border-color: rgb(187,192,30); }
td.TdClassName
{
border-color: #BBC01E;
}
.TagClassName
{
border-color: #BBC01E;
}
</style>