Shades of Earls Green #ABA628
Tints of Earls Green #ABA628
RGB
CMYK
RGB Variations
Color information
#ABA628 (or 0xABA628) is known color: Earls Green. HEX triplet: AB, A6 and 28. RGB value is (171,166,40). Sum of RGB (Red+Green+Blue) = 171+166+40=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA628 is #5459D7. Grayscale: #999999. Windows color (decimal): -5528024 or 2664107. OLE color: 2664107.
HSL color Cylindrical-coordinate representation of color #ABA628: hue angle of 57.71º 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 #ABA628 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 40 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.33 |
| HSL | 57.71º | 0.62% | 0.41% | - |
| HSV(B) | 57.71º | 0.77% | 0.67% | - |
| XYZ | 30.81 | 36.08 | 7.35 | - |
| YUV | 153.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 40 | 0 | 0.03 | 0.77 | 0.33 | 57.71 | 0.62 | 0.41 |
| Hex | AB | A6 | 28 | 0 | 3 | 4D | 21 | 3A | 3E | 29 |
| Octal | 253 | 246 | 50 | 0 | 3 | 115 | 41 | 72 | 76 | 51 |
| Binary | 10101011 | 10100110 | 101000 | 0 | 11 | 1001101 | 100001 | 111010 | 111110 | 101001 |
Color Harmonies of #ABA628
Complementary color
Monochromatic Colors of #ABA628
Black with #ABA628
Text Example
Text Example
White with #ABA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA628; }
p { color: rgb(171,166,40); }
H1.HeaderClassName
{
color: #ABA628;
}
.AnyTagClassName
{
color: #ABA628;
}
</style>
background-color css
<style>
a { background-color: #ABA628; }
a { background-color: rgb(171,166,40); }
div.DivClassName
{
background-color: #ABA628;
}
.BgClassName
{
background-color: #ABA628;
}
</style>
border-color css
<style>
span { border-color: #ABA628; }
span { border-color: rgb(171,166,40); }
td.TdClassName
{
border-color: #ABA628;
}
.TagClassName
{
border-color: #ABA628;
}
</style>