Shades of Rio Grande #B7BF2E
Tints of Rio Grande #B7BF2E
RGB
CMYK
RGB Variations
Color information
#B7BF2E (or 0xB7BF2E) is known color: Rio Grande. HEX triplet: B7, BF and 2E. RGB value is (183,191,46). Sum of RGB (Red+Green+Blue) = 183+191+46=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF2E is #4840D1. Grayscale: #ACACAC. Windows color (decimal): -4735186 or 3063735. OLE color: 3063735.
HSL color Cylindrical-coordinate representation of color #B7BF2E: hue angle of 63.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7BF2E is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 46 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.25 |
| HSL | 63.31º | 0.61% | 0.46% | - |
| HSV(B) | 63.31º | 0.76% | 0.75% | - |
| XYZ | 38.65 | 47.53 | 9.72 | - |
| YUV | 172.08 | 56.85 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 46 | 0.04 | 0 | 0.76 | 0.25 | 63.31 | 0.61 | 0.46 |
| Hex | B7 | BF | 2E | 4 | 0 | 4C | 19 | 3F | 3D | 2E |
| Octal | 267 | 277 | 56 | 4 | 0 | 114 | 31 | 77 | 75 | 56 |
| Binary | 10110111 | 10111111 | 101110 | 100 | 0 | 1001100 | 11001 | 111111 | 111101 | 101110 |
Color Harmonies of #B7BF2E
Complementary color
Monochromatic Colors of #B7BF2E
Black with #B7BF2E
Text Example
Text Example
White with #B7BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BF2E; }
p { color: rgb(183,191,46); }
H1.HeaderClassName
{
color: #B7BF2E;
}
.AnyTagClassName
{
color: #B7BF2E;
}
</style>
background-color css
<style>
a { background-color: #B7BF2E; }
a { background-color: rgb(183,191,46); }
div.DivClassName
{
background-color: #B7BF2E;
}
.BgClassName
{
background-color: #B7BF2E;
}
</style>
border-color css
<style>
span { border-color: #B7BF2E; }
span { border-color: rgb(183,191,46); }
td.TdClassName
{
border-color: #B7BF2E;
}
.TagClassName
{
border-color: #B7BF2E;
}
</style>