Shades of Earls Green #B7A41E
Tints of Earls Green #B7A41E
RGB
CMYK
RGB Variations
Color information
#B7A41E (or 0xB7A41E) is known color: Earls Green. HEX triplet: B7, A4 and 1E. RGB value is (183,164,30). Sum of RGB (Red+Green+Blue) = 183+164+30=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A41E is #485BE1. Grayscale: #9A9A9A. Windows color (decimal): -4742114 or 2008247. OLE color: 2008247.
HSL color Cylindrical-coordinate representation of color #B7A41E: hue angle of 52.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7A41E is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 30 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.28 |
| HSL | 52.55º | 0.72% | 0.42% | - |
| HSV(B) | 52.55º | 0.84% | 0.72% | - |
| XYZ | 33.04 | 36.71 | 6.57 | - |
| YUV | 154.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 30 | 0 | 0.10 | 0.84 | 0.28 | 52.55 | 0.72 | 0.42 |
| Hex | B7 | A4 | 1E | 0 | A | 54 | 1C | 35 | 48 | 2A |
| Octal | 267 | 244 | 36 | 0 | 12 | 124 | 34 | 65 | 110 | 52 |
| Binary | 10110111 | 10100100 | 11110 | 0 | 1010 | 1010100 | 11100 | 110101 | 1001000 | 101010 |
Color Harmonies of #B7A41E
Complementary color
Monochromatic Colors of #B7A41E
Black with #B7A41E
Text Example
Text Example
White with #B7A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A41E; }
p { color: rgb(183,164,30); }
H1.HeaderClassName
{
color: #B7A41E;
}
.AnyTagClassName
{
color: #B7A41E;
}
</style>
background-color css
<style>
a { background-color: #B7A41E; }
a { background-color: rgb(183,164,30); }
div.DivClassName
{
background-color: #B7A41E;
}
.BgClassName
{
background-color: #B7A41E;
}
</style>
border-color css
<style>
span { border-color: #B7A41E; }
span { border-color: rgb(183,164,30); }
td.TdClassName
{
border-color: #B7A41E;
}
.TagClassName
{
border-color: #B7A41E;
}
</style>