Shades of Earls Green #ABA426
Tints of Earls Green #ABA426
RGB
CMYK
RGB Variations
Color information
#ABA426 (or 0xABA426) is known color: Earls Green. HEX triplet: AB, A4 and 26. RGB value is (171,164,38). Sum of RGB (Red+Green+Blue) = 171+164+38=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA426 is #545BD9. Grayscale: #989898. Windows color (decimal): -5528538 or 2532523. OLE color: 2532523.
HSL color Cylindrical-coordinate representation of color #ABA426: hue angle of 56.84º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABA426 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 38 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.33 |
| HSL | 56.84º | 0.64% | 0.41% | - |
| HSV(B) | 56.84º | 0.78% | 0.67% | - |
| XYZ | 30.42 | 35.35 | 7.05 | - |
| YUV | 151.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 38 | 0 | 0.04 | 0.78 | 0.33 | 56.84 | 0.64 | 0.41 |
| Hex | AB | A4 | 26 | 0 | 4 | 4E | 21 | 39 | 40 | 29 |
| Octal | 253 | 244 | 46 | 0 | 4 | 116 | 41 | 71 | 100 | 51 |
| Binary | 10101011 | 10100100 | 100110 | 0 | 100 | 1001110 | 100001 | 111001 | 1000000 | 101001 |
Color Harmonies of #ABA426
Complementary color
Monochromatic Colors of #ABA426
Black with #ABA426
Text Example
Text Example
White with #ABA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA426; }
p { color: rgb(171,164,38); }
H1.HeaderClassName
{
color: #ABA426;
}
.AnyTagClassName
{
color: #ABA426;
}
</style>
background-color css
<style>
a { background-color: #ABA426; }
a { background-color: rgb(171,164,38); }
div.DivClassName
{
background-color: #ABA426;
}
.BgClassName
{
background-color: #ABA426;
}
</style>
border-color css
<style>
span { border-color: #ABA426; }
span { border-color: rgb(171,164,38); }
td.TdClassName
{
border-color: #ABA426;
}
.TagClassName
{
border-color: #ABA426;
}
</style>