Shades of Rio Grande #B7BC2E
Tints of Rio Grande #B7BC2E
RGB
CMYK
RGB Variations
Color information
#B7BC2E (or 0xB7BC2E) is known color: Rio Grande. HEX triplet: B7, BC and 2E. RGB value is (183,188,46). Sum of RGB (Red+Green+Blue) = 183+188+46=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC2E is #4843D1. Grayscale: #AAAAAA. Windows color (decimal): -4735954 or 3062967. OLE color: 3062967.
HSL color Cylindrical-coordinate representation of color #B7BC2E: hue angle of 62.11º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7BC2E is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 46 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.26 |
| HSL | 62.11º | 0.61% | 0.46% | - |
| HSV(B) | 62.11º | 0.76% | 0.74% | - |
| XYZ | 38 | 46.23 | 9.51 | - |
| YUV | 170.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 46 | 0.03 | 0 | 0.76 | 0.26 | 62.11 | 0.61 | 0.46 |
| Hex | B7 | BC | 2E | 3 | 0 | 4C | 1A | 3E | 3D | 2E |
| Octal | 267 | 274 | 56 | 3 | 0 | 114 | 32 | 76 | 75 | 56 |
| Binary | 10110111 | 10111100 | 101110 | 11 | 0 | 1001100 | 11010 | 111110 | 111101 | 101110 |
Color Harmonies of #B7BC2E
Complementary color
Monochromatic Colors of #B7BC2E
Black with #B7BC2E
Text Example
Text Example
White with #B7BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC2E; }
p { color: rgb(183,188,46); }
H1.HeaderClassName
{
color: #B7BC2E;
}
.AnyTagClassName
{
color: #B7BC2E;
}
</style>
background-color css
<style>
a { background-color: #B7BC2E; }
a { background-color: rgb(183,188,46); }
div.DivClassName
{
background-color: #B7BC2E;
}
.BgClassName
{
background-color: #B7BC2E;
}
</style>
border-color css
<style>
span { border-color: #B7BC2E; }
span { border-color: rgb(183,188,46); }
td.TdClassName
{
border-color: #B7BC2E;
}
.TagClassName
{
border-color: #B7BC2E;
}
</style>