Shades of Earls Green #ABA22D
Tints of Earls Green #ABA22D
RGB
CMYK
RGB Variations
Color information
#ABA22D (or 0xABA22D) is known color: Earls Green. HEX triplet: AB, A2 and 2D. RGB value is (171,162,45). Sum of RGB (Red+Green+Blue) = 171+162+45=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA22D is #545DD2. Grayscale: #979797. Windows color (decimal): -5529043 or 2990763. OLE color: 2990763.
HSL color Cylindrical-coordinate representation of color #ABA22D: hue angle of 55.71º 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 #ABA22D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 45 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 55.71º | 0.58% | 0.42% | - |
| HSV(B) | 55.71º | 0.74% | 0.67% | - |
| XYZ | 30.19 | 34.69 | 7.59 | - |
| YUV | 151.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 45 | 0 | 0.05 | 0.74 | 0.33 | 55.71 | 0.58 | 0.42 |
| Hex | AB | A2 | 2D | 0 | 5 | 4A | 21 | 38 | 3A | 2A |
| Octal | 253 | 242 | 55 | 0 | 5 | 112 | 41 | 70 | 72 | 52 |
| Binary | 10101011 | 10100010 | 101101 | 0 | 101 | 1001010 | 100001 | 111000 | 111010 | 101010 |
Color Harmonies of #ABA22D
Complementary color
Monochromatic Colors of #ABA22D
Black with #ABA22D
Text Example
Text Example
White with #ABA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA22D; }
p { color: rgb(171,162,45); }
H1.HeaderClassName
{
color: #ABA22D;
}
.AnyTagClassName
{
color: #ABA22D;
}
</style>
background-color css
<style>
a { background-color: #ABA22D; }
a { background-color: rgb(171,162,45); }
div.DivClassName
{
background-color: #ABA22D;
}
.BgClassName
{
background-color: #ABA22D;
}
</style>
border-color css
<style>
span { border-color: #ABA22D; }
span { border-color: rgb(171,162,45); }
td.TdClassName
{
border-color: #ABA22D;
}
.TagClassName
{
border-color: #ABA22D;
}
</style>