Shades of Earls Green #B7AA1D
Tints of Earls Green #B7AA1D
RGB
CMYK
RGB Variations
Color information
#B7AA1D (or 0xB7AA1D) is known color: Earls Green. HEX triplet: B7, AA and 1D. RGB value is (183,170,29). Sum of RGB (Red+Green+Blue) = 183+170+29=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA1D is #4855E2. Grayscale: #9E9E9E. Windows color (decimal): -4740579 or 1944247. OLE color: 1944247.
HSL color Cylindrical-coordinate representation of color #B7AA1D: hue angle of 54.94º degrees, saturation: 0.73, 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 #B7AA1D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 29 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.28 |
| HSL | 54.94º | 0.73% | 0.42% | - |
| HSV(B) | 54.94º | 0.84% | 0.72% | - |
| XYZ | 34.12 | 38.91 | 6.87 | - |
| YUV | 157.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 29 | 0 | 0.07 | 0.84 | 0.28 | 54.94 | 0.73 | 0.42 |
| Hex | B7 | AA | 1D | 0 | 7 | 54 | 1C | 37 | 49 | 2A |
| Octal | 267 | 252 | 35 | 0 | 7 | 124 | 34 | 67 | 111 | 52 |
| Binary | 10110111 | 10101010 | 11101 | 0 | 111 | 1010100 | 11100 | 110111 | 1001001 | 101010 |
Color Harmonies of #B7AA1D
Complementary color
Monochromatic Colors of #B7AA1D
Black with #B7AA1D
Text Example
Text Example
White with #B7AA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA1D; }
p { color: rgb(183,170,29); }
H1.HeaderClassName
{
color: #B7AA1D;
}
.AnyTagClassName
{
color: #B7AA1D;
}
</style>
background-color css
<style>
a { background-color: #B7AA1D; }
a { background-color: rgb(183,170,29); }
div.DivClassName
{
background-color: #B7AA1D;
}
.BgClassName
{
background-color: #B7AA1D;
}
</style>
border-color css
<style>
span { border-color: #B7AA1D; }
span { border-color: rgb(183,170,29); }
td.TdClassName
{
border-color: #B7AA1D;
}
.TagClassName
{
border-color: #B7AA1D;
}
</style>