Shades of Rio Grande #B7BA2E
Tints of Rio Grande #B7BA2E
RGB
CMYK
RGB Variations
Color information
#B7BA2E (or 0xB7BA2E) is known color: Rio Grande. HEX triplet: B7, BA and 2E. RGB value is (183,186,46). Sum of RGB (Red+Green+Blue) = 183+186+46=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA2E is #4845D1. Grayscale: #A9A9A9. Windows color (decimal): -4736466 or 3062455. OLE color: 3062455.
HSL color Cylindrical-coordinate representation of color #B7BA2E: hue angle of 61.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7BA2E is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 46 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.27 |
| HSL | 61.29º | 0.6% | 0.45% | - |
| HSV(B) | 61.29º | 0.75% | 0.73% | - |
| XYZ | 37.58 | 45.38 | 9.36 | - |
| YUV | 169.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 46 | 0.02 | 0 | 0.75 | 0.27 | 61.29 | 0.6 | 0.45 |
| Hex | B7 | BA | 2E | 2 | 0 | 4B | 1B | 3D | 3C | 2D |
| Octal | 267 | 272 | 56 | 2 | 0 | 113 | 33 | 75 | 74 | 55 |
| Binary | 10110111 | 10111010 | 101110 | 10 | 0 | 1001011 | 11011 | 111101 | 111100 | 101101 |
Color Harmonies of #B7BA2E
Complementary color
Monochromatic Colors of #B7BA2E
Black with #B7BA2E
Text Example
Text Example
White with #B7BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA2E; }
p { color: rgb(183,186,46); }
H1.HeaderClassName
{
color: #B7BA2E;
}
.AnyTagClassName
{
color: #B7BA2E;
}
</style>
background-color css
<style>
a { background-color: #B7BA2E; }
a { background-color: rgb(183,186,46); }
div.DivClassName
{
background-color: #B7BA2E;
}
.BgClassName
{
background-color: #B7BA2E;
}
</style>
border-color css
<style>
span { border-color: #B7BA2E; }
span { border-color: rgb(183,186,46); }
td.TdClassName
{
border-color: #B7BA2E;
}
.TagClassName
{
border-color: #B7BA2E;
}
</style>