Shades of Rio Grande #B7C02B
Tints of Rio Grande #B7C02B
RGB
CMYK
RGB Variations
Color information
#B7C02B (or 0xB7C02B) is known color: Rio Grande. HEX triplet: B7, C0 and 2B. RGB value is (183,192,43). Sum of RGB (Red+Green+Blue) = 183+192+43=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C02B is #483FD4. Grayscale: #ACACAC. Windows color (decimal): -4734933 or 2867383. OLE color: 2867383.
HSL color Cylindrical-coordinate representation of color #B7C02B: hue angle of 63.62º degrees, saturation: 0.63, 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 #B7C02B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 43 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.25 |
| HSL | 63.62º | 0.63% | 0.46% | - |
| HSV(B) | 63.62º | 0.78% | 0.75% | - |
| XYZ | 38.81 | 47.94 | 9.49 | - |
| YUV | 172.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 43 | 0.05 | 0 | 0.78 | 0.25 | 63.62 | 0.63 | 0.46 |
| Hex | B7 | C0 | 2B | 5 | 0 | 4E | 19 | 40 | 3F | 2E |
| Octal | 267 | 300 | 53 | 5 | 0 | 116 | 31 | 100 | 77 | 56 |
| Binary | 10110111 | 11000000 | 101011 | 101 | 0 | 1001110 | 11001 | 1000000 | 111111 | 101110 |
Color Harmonies of #B7C02B
Complementary color
Monochromatic Colors of #B7C02B
Black with #B7C02B
Text Example
Text Example
White with #B7C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C02B; }
p { color: rgb(183,192,43); }
H1.HeaderClassName
{
color: #B7C02B;
}
.AnyTagClassName
{
color: #B7C02B;
}
</style>
background-color css
<style>
a { background-color: #B7C02B; }
a { background-color: rgb(183,192,43); }
div.DivClassName
{
background-color: #B7C02B;
}
.BgClassName
{
background-color: #B7C02B;
}
</style>
border-color css
<style>
span { border-color: #B7C02B; }
span { border-color: rgb(183,192,43); }
td.TdClassName
{
border-color: #B7C02B;
}
.TagClassName
{
border-color: #B7C02B;
}
</style>