Shades of Rio Grande #B7BA2D
Tints of Rio Grande #B7BA2D
RGB
CMYK
RGB Variations
Color information
#B7BA2D (or 0xB7BA2D) is known color: Rio Grande. HEX triplet: B7, BA and 2D. RGB value is (183,186,45). Sum of RGB (Red+Green+Blue) = 183+186+45=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA2D is #4845D2. Grayscale: #A9A9A9. Windows color (decimal): -4736467 or 2996919. OLE color: 2996919.
HSL color Cylindrical-coordinate representation of color #B7BA2D: hue angle of 61.28º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7BA2D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 45 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.27 |
| HSL | 61.28º | 0.61% | 0.45% | - |
| HSV(B) | 61.28º | 0.76% | 0.73% | - |
| XYZ | 37.56 | 45.37 | 9.26 | - |
| YUV | 169.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 45 | 0.02 | 0 | 0.76 | 0.27 | 61.28 | 0.61 | 0.45 |
| Hex | B7 | BA | 2D | 2 | 0 | 4C | 1B | 3D | 3D | 2D |
| Octal | 267 | 272 | 55 | 2 | 0 | 114 | 33 | 75 | 75 | 55 |
| Binary | 10110111 | 10111010 | 101101 | 10 | 0 | 1001100 | 11011 | 111101 | 111101 | 101101 |
Color Harmonies of #B7BA2D
Complementary color
Monochromatic Colors of #B7BA2D
Black with #B7BA2D
Text Example
Text Example
White with #B7BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA2D; }
p { color: rgb(183,186,45); }
H1.HeaderClassName
{
color: #B7BA2D;
}
.AnyTagClassName
{
color: #B7BA2D;
}
</style>
background-color css
<style>
a { background-color: #B7BA2D; }
a { background-color: rgb(183,186,45); }
div.DivClassName
{
background-color: #B7BA2D;
}
.BgClassName
{
background-color: #B7BA2D;
}
</style>
border-color css
<style>
span { border-color: #B7BA2D; }
span { border-color: rgb(183,186,45); }
td.TdClassName
{
border-color: #B7BA2D;
}
.TagClassName
{
border-color: #B7BA2D;
}
</style>