Shades of Rio Grande #B9C02A
Tints of Rio Grande #B9C02A
RGB
CMYK
RGB Variations
Color information
#B9C02A (or 0xB9C02A) is known color: Rio Grande. HEX triplet: B9, C0 and 2A. RGB value is (185,192,42). Sum of RGB (Red+Green+Blue) = 185+192+42=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C02A is #463FD5. Grayscale: #ADADAD. Windows color (decimal): -4603862 or 2801849. OLE color: 2801849.
HSL color Cylindrical-coordinate representation of color #B9C02A: hue angle of 62.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9C02A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 42 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.25 |
| HSL | 62.8º | 0.64% | 0.46% | - |
| HSV(B) | 62.8º | 0.78% | 0.75% | - |
| XYZ | 39.28 | 48.18 | 9.42 | - |
| YUV | 172.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 42 | 0.04 | 0 | 0.78 | 0.25 | 62.8 | 0.64 | 0.46 |
| Hex | B9 | C0 | 2A | 4 | 0 | 4E | 19 | 3F | 40 | 2E |
| Octal | 271 | 300 | 52 | 4 | 0 | 116 | 31 | 77 | 100 | 56 |
| Binary | 10111001 | 11000000 | 101010 | 100 | 0 | 1001110 | 11001 | 111111 | 1000000 | 101110 |
Color Harmonies of #B9C02A
Complementary color
Monochromatic Colors of #B9C02A
Black with #B9C02A
Text Example
Text Example
White with #B9C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C02A; }
p { color: rgb(185,192,42); }
H1.HeaderClassName
{
color: #B9C02A;
}
.AnyTagClassName
{
color: #B9C02A;
}
</style>
background-color css
<style>
a { background-color: #B9C02A; }
a { background-color: rgb(185,192,42); }
div.DivClassName
{
background-color: #B9C02A;
}
.BgClassName
{
background-color: #B9C02A;
}
</style>
border-color css
<style>
span { border-color: #B9C02A; }
span { border-color: rgb(185,192,42); }
td.TdClassName
{
border-color: #B9C02A;
}
.TagClassName
{
border-color: #B9C02A;
}
</style>