Shades of Earls Green #B7A620
Tints of Earls Green #B7A620
RGB
CMYK
RGB Variations
Color information
#B7A620 (or 0xB7A620) is known color: Earls Green. HEX triplet: B7, A6 and 20. RGB value is (183,166,32). Sum of RGB (Red+Green+Blue) = 183+166+32=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A620 is #4859DF. Grayscale: #9C9C9C. Windows color (decimal): -4741600 or 2139831. OLE color: 2139831.
HSL color Cylindrical-coordinate representation of color #B7A620: hue angle of 53.25º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7A620 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 32 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.28 |
| HSL | 53.25º | 0.7% | 0.42% | - |
| HSV(B) | 53.25º | 0.83% | 0.72% | - |
| XYZ | 33.43 | 37.44 | 6.83 | - |
| YUV | 155.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 32 | 0 | 0.09 | 0.83 | 0.28 | 53.25 | 0.7 | 0.42 |
| Hex | B7 | A6 | 20 | 0 | 9 | 53 | 1C | 35 | 46 | 2A |
| Octal | 267 | 246 | 40 | 0 | 11 | 123 | 34 | 65 | 106 | 52 |
| Binary | 10110111 | 10100110 | 100000 | 0 | 1001 | 1010011 | 11100 | 110101 | 1000110 | 101010 |
Color Harmonies of #B7A620
Complementary color
Monochromatic Colors of #B7A620
Black with #B7A620
Text Example
Text Example
White with #B7A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A620; }
p { color: rgb(183,166,32); }
H1.HeaderClassName
{
color: #B7A620;
}
.AnyTagClassName
{
color: #B7A620;
}
</style>
background-color css
<style>
a { background-color: #B7A620; }
a { background-color: rgb(183,166,32); }
div.DivClassName
{
background-color: #B7A620;
}
.BgClassName
{
background-color: #B7A620;
}
</style>
border-color css
<style>
span { border-color: #B7A620; }
span { border-color: rgb(183,166,32); }
td.TdClassName
{
border-color: #B7A620;
}
.TagClassName
{
border-color: #B7A620;
}
</style>