Shades of Rio Grande #B7C02A
Tints of Rio Grande #B7C02A
RGB
CMYK
RGB Variations
Color information
#B7C02A (or 0xB7C02A) is known color: Rio Grande. HEX triplet: B7, C0 and 2A. RGB value is (183,192,42). Sum of RGB (Red+Green+Blue) = 183+192+42=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C02A is #483FD5. Grayscale: #ACACAC. Windows color (decimal): -4734934 or 2801847. OLE color: 2801847.
HSL color Cylindrical-coordinate representation of color #B7C02A: hue angle of 63.6º 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 #B7C02A is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 42 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.25 |
| HSL | 63.6º | 0.64% | 0.46% | - |
| HSV(B) | 63.6º | 0.78% | 0.75% | - |
| XYZ | 38.8 | 47.93 | 9.4 | - |
| YUV | 172.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 42 | 0.05 | 0 | 0.78 | 0.25 | 63.6 | 0.64 | 0.46 |
| Hex | B7 | C0 | 2A | 5 | 0 | 4E | 19 | 40 | 40 | 2E |
| Octal | 267 | 300 | 52 | 5 | 0 | 116 | 31 | 100 | 100 | 56 |
| Binary | 10110111 | 11000000 | 101010 | 101 | 0 | 1001110 | 11001 | 1000000 | 1000000 | 101110 |
Color Harmonies of #B7C02A
Complementary color
Monochromatic Colors of #B7C02A
Black with #B7C02A
Text Example
Text Example
White with #B7C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C02A; }
p { color: rgb(183,192,42); }
H1.HeaderClassName
{
color: #B7C02A;
}
.AnyTagClassName
{
color: #B7C02A;
}
</style>
background-color css
<style>
a { background-color: #B7C02A; }
a { background-color: rgb(183,192,42); }
div.DivClassName
{
background-color: #B7C02A;
}
.BgClassName
{
background-color: #B7C02A;
}
</style>
border-color css
<style>
span { border-color: #B7C02A; }
span { border-color: rgb(183,192,42); }
td.TdClassName
{
border-color: #B7C02A;
}
.TagClassName
{
border-color: #B7C02A;
}
</style>