Shades of Earls Green #ABA62D
Tints of Earls Green #ABA62D
RGB
CMYK
RGB Variations
Color information
#ABA62D (or 0xABA62D) is known color: Earls Green. HEX triplet: AB, A6 and 2D. RGB value is (171,166,45). Sum of RGB (Red+Green+Blue) = 171+166+45=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA62D is #5459D2. Grayscale: #9A9A9A. Windows color (decimal): -5528019 or 2991787. OLE color: 2991787.
HSL color Cylindrical-coordinate representation of color #ABA62D: hue angle of 57.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABA62D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 45 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.33 |
| HSL | 57.62º | 0.58% | 0.42% | - |
| HSV(B) | 57.62º | 0.74% | 0.67% | - |
| XYZ | 30.9 | 36.12 | 7.83 | - |
| YUV | 153.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 45 | 0 | 0.03 | 0.74 | 0.33 | 57.62 | 0.58 | 0.42 |
| Hex | AB | A6 | 2D | 0 | 3 | 4A | 21 | 3A | 3A | 2A |
| Octal | 253 | 246 | 55 | 0 | 3 | 112 | 41 | 72 | 72 | 52 |
| Binary | 10101011 | 10100110 | 101101 | 0 | 11 | 1001010 | 100001 | 111010 | 111010 | 101010 |
Color Harmonies of #ABA62D
Complementary color
Monochromatic Colors of #ABA62D
Black with #ABA62D
Text Example
Text Example
White with #ABA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA62D; }
p { color: rgb(171,166,45); }
H1.HeaderClassName
{
color: #ABA62D;
}
.AnyTagClassName
{
color: #ABA62D;
}
</style>
background-color css
<style>
a { background-color: #ABA62D; }
a { background-color: rgb(171,166,45); }
div.DivClassName
{
background-color: #ABA62D;
}
.BgClassName
{
background-color: #ABA62D;
}
</style>
border-color css
<style>
span { border-color: #ABA62D; }
span { border-color: rgb(171,166,45); }
td.TdClassName
{
border-color: #ABA62D;
}
.TagClassName
{
border-color: #ABA62D;
}
</style>