Shades of Rio Grande #B7BF2C
Tints of Rio Grande #B7BF2C
RGB
CMYK
RGB Variations
Color information
#B7BF2C (or 0xB7BF2C) is known color: Rio Grande. HEX triplet: B7, BF and 2C. RGB value is (183,191,44). Sum of RGB (Red+Green+Blue) = 183+191+44=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF2C is #4840D3. Grayscale: #ACACAC. Windows color (decimal): -4735188 or 2932663. OLE color: 2932663.
HSL color Cylindrical-coordinate representation of color #B7BF2C: hue angle of 63.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7BF2C is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 44 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.25 |
| HSL | 63.27º | 0.63% | 0.46% | - |
| HSV(B) | 63.27º | 0.77% | 0.75% | - |
| XYZ | 38.61 | 47.51 | 9.52 | - |
| YUV | 171.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 44 | 0.04 | 0 | 0.77 | 0.25 | 63.27 | 0.63 | 0.46 |
| Hex | B7 | BF | 2C | 4 | 0 | 4D | 19 | 3F | 3F | 2E |
| Octal | 267 | 277 | 54 | 4 | 0 | 115 | 31 | 77 | 77 | 56 |
| Binary | 10110111 | 10111111 | 101100 | 100 | 0 | 1001101 | 11001 | 111111 | 111111 | 101110 |
Color Harmonies of #B7BF2C
Complementary color
Monochromatic Colors of #B7BF2C
Black with #B7BF2C
Text Example
Text Example
White with #B7BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BF2C; }
p { color: rgb(183,191,44); }
H1.HeaderClassName
{
color: #B7BF2C;
}
.AnyTagClassName
{
color: #B7BF2C;
}
</style>
background-color css
<style>
a { background-color: #B7BF2C; }
a { background-color: rgb(183,191,44); }
div.DivClassName
{
background-color: #B7BF2C;
}
.BgClassName
{
background-color: #B7BF2C;
}
</style>
border-color css
<style>
span { border-color: #B7BF2C; }
span { border-color: rgb(183,191,44); }
td.TdClassName
{
border-color: #B7BF2C;
}
.TagClassName
{
border-color: #B7BF2C;
}
</style>