Shades of Rio Grande #B7BA22
Tints of Rio Grande #B7BA22
RGB
CMYK
RGB Variations
Color information
#B7BA22 (or 0xB7BA22) is known color: Rio Grande. HEX triplet: B7, BA and 22. RGB value is (183,186,34). Sum of RGB (Red+Green+Blue) = 183+186+34=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA22 is #4845DD. Grayscale: #A8A8A8. Windows color (decimal): -4736478 or 2276023. OLE color: 2276023.
HSL color Cylindrical-coordinate representation of color #B7BA22: hue angle of 61.18º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7BA22 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 34 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.27 |
| HSL | 61.18º | 0.69% | 0.43% | - |
| HSV(B) | 61.18º | 0.82% | 0.73% | - |
| XYZ | 37.38 | 45.3 | 8.29 | - |
| YUV | 167.78 | 52.51 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 34 | 0.02 | 0 | 0.82 | 0.27 | 61.18 | 0.69 | 0.43 |
| Hex | B7 | BA | 22 | 2 | 0 | 52 | 1B | 3D | 45 | 2B |
| Octal | 267 | 272 | 42 | 2 | 0 | 122 | 33 | 75 | 105 | 53 |
| Binary | 10110111 | 10111010 | 100010 | 10 | 0 | 1010010 | 11011 | 111101 | 1000101 | 101011 |
Color Harmonies of #B7BA22
Complementary color
Monochromatic Colors of #B7BA22
Black with #B7BA22
Text Example
Text Example
White with #B7BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA22; }
p { color: rgb(183,186,34); }
H1.HeaderClassName
{
color: #B7BA22;
}
.AnyTagClassName
{
color: #B7BA22;
}
</style>
background-color css
<style>
a { background-color: #B7BA22; }
a { background-color: rgb(183,186,34); }
div.DivClassName
{
background-color: #B7BA22;
}
.BgClassName
{
background-color: #B7BA22;
}
</style>
border-color css
<style>
span { border-color: #B7BA22; }
span { border-color: rgb(183,186,34); }
td.TdClassName
{
border-color: #B7BA22;
}
.TagClassName
{
border-color: #B7BA22;
}
</style>