Shades of Earls Green #ABA81E
Tints of Earls Green #ABA81E
RGB
CMYK
RGB Variations
Color information
#ABA81E (or 0xABA81E) is known color: Earls Green. HEX triplet: AB, A8 and 1E. RGB value is (171,168,30). Sum of RGB (Red+Green+Blue) = 171+168+30=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA81E is #5457E1. Grayscale: #999999. Windows color (decimal): -5527522 or 2009259. OLE color: 2009259.
HSL color Cylindrical-coordinate representation of color #ABA81E: hue angle of 58.72º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABA81E is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 30 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.33 |
| HSL | 58.72º | 0.7% | 0.39% | - |
| HSV(B) | 58.72º | 0.82% | 0.67% | - |
| XYZ | 31.03 | 36.76 | 6.69 | - |
| YUV | 153.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 30 | 0 | 0.02 | 0.82 | 0.33 | 58.72 | 0.7 | 0.39 |
| Hex | AB | A8 | 1E | 0 | 2 | 52 | 21 | 3B | 46 | 27 |
| Octal | 253 | 250 | 36 | 0 | 2 | 122 | 41 | 73 | 106 | 47 |
| Binary | 10101011 | 10101000 | 11110 | 0 | 10 | 1010010 | 100001 | 111011 | 1000110 | 100111 |
Color Harmonies of #ABA81E
Complementary color
Monochromatic Colors of #ABA81E
Black with #ABA81E
Text Example
Text Example
White with #ABA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA81E; }
p { color: rgb(171,168,30); }
H1.HeaderClassName
{
color: #ABA81E;
}
.AnyTagClassName
{
color: #ABA81E;
}
</style>
background-color css
<style>
a { background-color: #ABA81E; }
a { background-color: rgb(171,168,30); }
div.DivClassName
{
background-color: #ABA81E;
}
.BgClassName
{
background-color: #ABA81E;
}
</style>
border-color css
<style>
span { border-color: #ABA81E; }
span { border-color: rgb(171,168,30); }
td.TdClassName
{
border-color: #ABA81E;
}
.TagClassName
{
border-color: #ABA81E;
}
</style>