Shades of Earls Green #B7A11E
Tints of Earls Green #B7A11E
RGB
CMYK
RGB Variations
Color information
#B7A11E (or 0xB7A11E) is known color: Earls Green. HEX triplet: B7, A1 and 1E. RGB value is (183,161,30). Sum of RGB (Red+Green+Blue) = 183+161+30=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A11E is #485EE1. Grayscale: #999999. Windows color (decimal): -4742882 or 2007479. OLE color: 2007479.
HSL color Cylindrical-coordinate representation of color #B7A11E: hue angle of 51.37º 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 #B7A11E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 30 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.28 |
| HSL | 51.37º | 0.72% | 0.42% | - |
| HSV(B) | 51.37º | 0.84% | 0.72% | - |
| XYZ | 32.51 | 35.65 | 6.4 | - |
| YUV | 152.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 30 | 0 | 0.12 | 0.84 | 0.28 | 51.37 | 0.72 | 0.42 |
| Hex | B7 | A1 | 1E | 0 | C | 54 | 1C | 33 | 48 | 2A |
| Octal | 267 | 241 | 36 | 0 | 14 | 124 | 34 | 63 | 110 | 52 |
| Binary | 10110111 | 10100001 | 11110 | 0 | 1100 | 1010100 | 11100 | 110011 | 1001000 | 101010 |
Color Harmonies of #B7A11E
Complementary color
Monochromatic Colors of #B7A11E
Black with #B7A11E
Text Example
Text Example
White with #B7A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A11E; }
p { color: rgb(183,161,30); }
H1.HeaderClassName
{
color: #B7A11E;
}
.AnyTagClassName
{
color: #B7A11E;
}
</style>
background-color css
<style>
a { background-color: #B7A11E; }
a { background-color: rgb(183,161,30); }
div.DivClassName
{
background-color: #B7A11E;
}
.BgClassName
{
background-color: #B7A11E;
}
</style>
border-color css
<style>
span { border-color: #B7A11E; }
span { border-color: rgb(183,161,30); }
td.TdClassName
{
border-color: #B7A11E;
}
.TagClassName
{
border-color: #B7A11E;
}
</style>