Shades of Rio Grande #B7BD2F
Tints of Rio Grande #B7BD2F
RGB
CMYK
RGB Variations
Color information
#B7BD2F (or 0xB7BD2F) is known color: Rio Grande. HEX triplet: B7, BD and 2F. RGB value is (183,189,47). Sum of RGB (Red+Green+Blue) = 183+189+47=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD2F is #4842D0. Grayscale: #ABABAB. Windows color (decimal): -4735697 or 3128759. OLE color: 3128759.
HSL color Cylindrical-coordinate representation of color #B7BD2F: hue angle of 62.54º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7BD2F is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 47 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.26 |
| HSL | 62.54º | 0.6% | 0.46% | - |
| HSV(B) | 62.54º | 0.75% | 0.74% | - |
| XYZ | 38.24 | 46.67 | 9.68 | - |
| YUV | 171.02 | 58.01 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 47 | 0.03 | 0 | 0.75 | 0.26 | 62.54 | 0.6 | 0.46 |
| Hex | B7 | BD | 2F | 3 | 0 | 4B | 1A | 3F | 3C | 2E |
| Octal | 267 | 275 | 57 | 3 | 0 | 113 | 32 | 77 | 74 | 56 |
| Binary | 10110111 | 10111101 | 101111 | 11 | 0 | 1001011 | 11010 | 111111 | 111100 | 101110 |
Color Harmonies of #B7BD2F
Complementary color
Monochromatic Colors of #B7BD2F
Black with #B7BD2F
Text Example
Text Example
White with #B7BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD2F; }
p { color: rgb(183,189,47); }
H1.HeaderClassName
{
color: #B7BD2F;
}
.AnyTagClassName
{
color: #B7BD2F;
}
</style>
background-color css
<style>
a { background-color: #B7BD2F; }
a { background-color: rgb(183,189,47); }
div.DivClassName
{
background-color: #B7BD2F;
}
.BgClassName
{
background-color: #B7BD2F;
}
</style>
border-color css
<style>
span { border-color: #B7BD2F; }
span { border-color: rgb(183,189,47); }
td.TdClassName
{
border-color: #B7BD2F;
}
.TagClassName
{
border-color: #B7BD2F;
}
</style>