Shades of Rio Grande #B7CA22
Tints of Rio Grande #B7CA22
RGB
CMYK
RGB Variations
Color information
#B7CA22 (or 0xB7CA22) is known color: Rio Grande. HEX triplet: B7, CA and 22. RGB value is (183,202,34). Sum of RGB (Red+Green+Blue) = 183+202+34=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA22 is #4835DD. Grayscale: #B1B1B1. Windows color (decimal): -4732382 or 2280119. OLE color: 2280119.
HSL color Cylindrical-coordinate representation of color #B7CA22: hue angle of 66.79º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7CA22 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 34 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.21 |
| HSL | 66.79º | 0.71% | 0.46% | - |
| HSV(B) | 66.79º | 0.83% | 0.79% | - |
| XYZ | 40.94 | 52.42 | 9.47 | - |
| YUV | 177.17 | 47.21 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 34 | 0.09 | 0 | 0.83 | 0.21 | 66.79 | 0.71 | 0.46 |
| Hex | B7 | CA | 22 | 9 | 0 | 53 | 15 | 43 | 47 | 2E |
| Octal | 267 | 312 | 42 | 11 | 0 | 123 | 25 | 103 | 107 | 56 |
| Binary | 10110111 | 11001010 | 100010 | 1001 | 0 | 1010011 | 10101 | 1000011 | 1000111 | 101110 |
Color Harmonies of #B7CA22
Complementary color
Monochromatic Colors of #B7CA22
Black with #B7CA22
Text Example
Text Example
White with #B7CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA22; }
p { color: rgb(183,202,34); }
H1.HeaderClassName
{
color: #B7CA22;
}
.AnyTagClassName
{
color: #B7CA22;
}
</style>
background-color css
<style>
a { background-color: #B7CA22; }
a { background-color: rgb(183,202,34); }
div.DivClassName
{
background-color: #B7CA22;
}
.BgClassName
{
background-color: #B7CA22;
}
</style>
border-color css
<style>
span { border-color: #B7CA22; }
span { border-color: rgb(183,202,34); }
td.TdClassName
{
border-color: #B7CA22;
}
.TagClassName
{
border-color: #B7CA22;
}
</style>