Shades of Rio Grande #B7C022
Tints of Rio Grande #B7C022
RGB
CMYK
RGB Variations
Color information
#B7C022 (or 0xB7C022) is known color: Rio Grande. HEX triplet: B7, C0 and 22. RGB value is (183,192,34). Sum of RGB (Red+Green+Blue) = 183+192+34=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C022 is #483FDD. Grayscale: #ABABAB. Windows color (decimal): -4734942 or 2277559. OLE color: 2277559.
HSL color Cylindrical-coordinate representation of color #B7C022: hue angle of 63.42º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7C022 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 34 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.25 |
| HSL | 63.42º | 0.7% | 0.44% | - |
| HSV(B) | 63.42º | 0.82% | 0.75% | - |
| XYZ | 38.67 | 47.88 | 8.72 | - |
| YUV | 171.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 34 | 0.05 | 0 | 0.82 | 0.25 | 63.42 | 0.7 | 0.44 |
| Hex | B7 | C0 | 22 | 5 | 0 | 52 | 19 | 3F | 46 | 2C |
| Octal | 267 | 300 | 42 | 5 | 0 | 122 | 31 | 77 | 106 | 54 |
| Binary | 10110111 | 11000000 | 100010 | 101 | 0 | 1010010 | 11001 | 111111 | 1000110 | 101100 |
Color Harmonies of #B7C022
Complementary color
Monochromatic Colors of #B7C022
Black with #B7C022
Text Example
Text Example
White with #B7C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C022; }
p { color: rgb(183,192,34); }
H1.HeaderClassName
{
color: #B7C022;
}
.AnyTagClassName
{
color: #B7C022;
}
</style>
background-color css
<style>
a { background-color: #B7C022; }
a { background-color: rgb(183,192,34); }
div.DivClassName
{
background-color: #B7C022;
}
.BgClassName
{
background-color: #B7C022;
}
</style>
border-color css
<style>
span { border-color: #B7C022; }
span { border-color: rgb(183,192,34); }
td.TdClassName
{
border-color: #B7C022;
}
.TagClassName
{
border-color: #B7C022;
}
</style>