Shades of Earls Green #ABAA2D
Tints of Earls Green #ABAA2D
RGB
CMYK
RGB Variations
Color information
#ABAA2D (or 0xABAA2D) is known color: Earls Green. HEX triplet: AB, AA and 2D. RGB value is (171,170,45). Sum of RGB (Red+Green+Blue) = 171+170+45=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA2D is #5455D2. Grayscale: #9C9C9C. Windows color (decimal): -5526995 or 2992811. OLE color: 2992811.
HSL color Cylindrical-coordinate representation of color #ABAA2D: hue angle of 59.52º 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 #ABAA2D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 45 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.33 |
| HSL | 59.52º | 0.58% | 0.42% | - |
| HSV(B) | 59.52º | 0.74% | 0.67% | - |
| XYZ | 31.64 | 37.6 | 8.07 | - |
| YUV | 156.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 45 | 0 | 0.01 | 0.74 | 0.33 | 59.52 | 0.58 | 0.42 |
| Hex | AB | AA | 2D | 0 | 1 | 4A | 21 | 3C | 3A | 2A |
| Octal | 253 | 252 | 55 | 0 | 1 | 112 | 41 | 74 | 72 | 52 |
| Binary | 10101011 | 10101010 | 101101 | 0 | 1 | 1001010 | 100001 | 111100 | 111010 | 101010 |
Color Harmonies of #ABAA2D
Complementary color
Monochromatic Colors of #ABAA2D
Black with #ABAA2D
Text Example
Text Example
White with #ABAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA2D; }
p { color: rgb(171,170,45); }
H1.HeaderClassName
{
color: #ABAA2D;
}
.AnyTagClassName
{
color: #ABAA2D;
}
</style>
background-color css
<style>
a { background-color: #ABAA2D; }
a { background-color: rgb(171,170,45); }
div.DivClassName
{
background-color: #ABAA2D;
}
.BgClassName
{
background-color: #ABAA2D;
}
</style>
border-color css
<style>
span { border-color: #ABAA2D; }
span { border-color: rgb(171,170,45); }
td.TdClassName
{
border-color: #ABAA2D;
}
.TagClassName
{
border-color: #ABAA2D;
}
</style>