Shades of Rio Grande #B7C02D
Tints of Rio Grande #B7C02D
RGB
CMYK
RGB Variations
Color information
#B7C02D (or 0xB7C02D) is known color: Rio Grande. HEX triplet: B7, C0 and 2D. RGB value is (183,192,45). Sum of RGB (Red+Green+Blue) = 183+192+45=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C02D is #483FD2. Grayscale: #ADADAD. Windows color (decimal): -4734931 or 2998455. OLE color: 2998455.
HSL color Cylindrical-coordinate representation of color #B7C02D: hue angle of 63.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7C02D is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 45 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.25 |
| HSL | 63.67º | 0.62% | 0.46% | - |
| HSV(B) | 63.67º | 0.77% | 0.75% | - |
| XYZ | 38.85 | 47.96 | 9.69 | - |
| YUV | 172.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 45 | 0.05 | 0 | 0.77 | 0.25 | 63.67 | 0.62 | 0.46 |
| Hex | B7 | C0 | 2D | 5 | 0 | 4D | 19 | 40 | 3E | 2E |
| Octal | 267 | 300 | 55 | 5 | 0 | 115 | 31 | 100 | 76 | 56 |
| Binary | 10110111 | 11000000 | 101101 | 101 | 0 | 1001101 | 11001 | 1000000 | 111110 | 101110 |
Color Harmonies of #B7C02D
Complementary color
Monochromatic Colors of #B7C02D
Black with #B7C02D
Text Example
Text Example
White with #B7C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C02D; }
p { color: rgb(183,192,45); }
H1.HeaderClassName
{
color: #B7C02D;
}
.AnyTagClassName
{
color: #B7C02D;
}
</style>
background-color css
<style>
a { background-color: #B7C02D; }
a { background-color: rgb(183,192,45); }
div.DivClassName
{
background-color: #B7C02D;
}
.BgClassName
{
background-color: #B7C02D;
}
</style>
border-color css
<style>
span { border-color: #B7C02D; }
span { border-color: rgb(183,192,45); }
td.TdClassName
{
border-color: #B7C02D;
}
.TagClassName
{
border-color: #B7C02D;
}
</style>