Shades of Rio Grande #B7C02C
Tints of Rio Grande #B7C02C
RGB
CMYK
RGB Variations
Color information
#B7C02C (or 0xB7C02C) is known color: Rio Grande. HEX triplet: B7, C0 and 2C. RGB value is (183,192,44). Sum of RGB (Red+Green+Blue) = 183+192+44=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C02C is #483FD3. Grayscale: #ADADAD. Windows color (decimal): -4734932 or 2932919. OLE color: 2932919.
HSL color Cylindrical-coordinate representation of color #B7C02C: hue angle of 63.65º degrees, saturation: 0.63, 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 #B7C02C is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 44 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.25 |
| HSL | 63.65º | 0.63% | 0.46% | - |
| HSV(B) | 63.65º | 0.77% | 0.75% | - |
| XYZ | 38.83 | 47.95 | 9.59 | - |
| YUV | 172.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 44 | 0.05 | 0 | 0.77 | 0.25 | 63.65 | 0.63 | 0.46 |
| Hex | B7 | C0 | 2C | 5 | 0 | 4D | 19 | 40 | 3F | 2E |
| Octal | 267 | 300 | 54 | 5 | 0 | 115 | 31 | 100 | 77 | 56 |
| Binary | 10110111 | 11000000 | 101100 | 101 | 0 | 1001101 | 11001 | 1000000 | 111111 | 101110 |
Color Harmonies of #B7C02C
Complementary color
Monochromatic Colors of #B7C02C
Black with #B7C02C
Text Example
Text Example
White with #B7C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C02C; }
p { color: rgb(183,192,44); }
H1.HeaderClassName
{
color: #B7C02C;
}
.AnyTagClassName
{
color: #B7C02C;
}
</style>
background-color css
<style>
a { background-color: #B7C02C; }
a { background-color: rgb(183,192,44); }
div.DivClassName
{
background-color: #B7C02C;
}
.BgClassName
{
background-color: #B7C02C;
}
</style>
border-color css
<style>
span { border-color: #B7C02C; }
span { border-color: rgb(183,192,44); }
td.TdClassName
{
border-color: #B7C02C;
}
.TagClassName
{
border-color: #B7C02C;
}
</style>