Shades of Earls Green #ABA828
Tints of Earls Green #ABA828
RGB
CMYK
RGB Variations
Color information
#ABA828 (or 0xABA828) is known color: Earls Green. HEX triplet: AB, A8 and 28. RGB value is (171,168,40). Sum of RGB (Red+Green+Blue) = 171+168+40=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA828 is #5457D7. Grayscale: #9A9A9A. Windows color (decimal): -5527512 or 2664619. OLE color: 2664619.
HSL color Cylindrical-coordinate representation of color #ABA828: hue angle of 58.63º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABA828 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 40 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.33 |
| HSL | 58.63º | 0.62% | 0.41% | - |
| HSV(B) | 58.63º | 0.77% | 0.67% | - |
| XYZ | 31.18 | 36.82 | 7.47 | - |
| YUV | 154.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 40 | 0 | 0.02 | 0.77 | 0.33 | 58.63 | 0.62 | 0.41 |
| Hex | AB | A8 | 28 | 0 | 2 | 4D | 21 | 3B | 3E | 29 |
| Octal | 253 | 250 | 50 | 0 | 2 | 115 | 41 | 73 | 76 | 51 |
| Binary | 10101011 | 10101000 | 101000 | 0 | 10 | 1001101 | 100001 | 111011 | 111110 | 101001 |
Color Harmonies of #ABA828
Complementary color
Monochromatic Colors of #ABA828
Black with #ABA828
Text Example
Text Example
White with #ABA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA828; }
p { color: rgb(171,168,40); }
H1.HeaderClassName
{
color: #ABA828;
}
.AnyTagClassName
{
color: #ABA828;
}
</style>
background-color css
<style>
a { background-color: #ABA828; }
a { background-color: rgb(171,168,40); }
div.DivClassName
{
background-color: #ABA828;
}
.BgClassName
{
background-color: #ABA828;
}
</style>
border-color css
<style>
span { border-color: #ABA828; }
span { border-color: rgb(171,168,40); }
td.TdClassName
{
border-color: #ABA828;
}
.TagClassName
{
border-color: #ABA828;
}
</style>