Shades of Earls Green #ABA525
Tints of Earls Green #ABA525
RGB
CMYK
RGB Variations
Color information
#ABA525 (or 0xABA525) is known color: Earls Green. HEX triplet: AB, A5 and 25. RGB value is (171,165,37). Sum of RGB (Red+Green+Blue) = 171+165+37=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA525 is #545ADA. Grayscale: #989898. Windows color (decimal): -5528283 or 2467243. OLE color: 2467243.
HSL color Cylindrical-coordinate representation of color #ABA525: hue angle of 57.31º 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 #ABA525 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 37 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.33 |
| HSL | 57.31º | 0.64% | 0.41% | - |
| HSV(B) | 57.31º | 0.78% | 0.67% | - |
| XYZ | 30.58 | 35.7 | 7.03 | - |
| YUV | 152.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 37 | 0 | 0.04 | 0.78 | 0.33 | 57.31 | 0.64 | 0.41 |
| Hex | AB | A5 | 25 | 0 | 4 | 4E | 21 | 39 | 40 | 29 |
| Octal | 253 | 245 | 45 | 0 | 4 | 116 | 41 | 71 | 100 | 51 |
| Binary | 10101011 | 10100101 | 100101 | 0 | 100 | 1001110 | 100001 | 111001 | 1000000 | 101001 |
Color Harmonies of #ABA525
Complementary color
Monochromatic Colors of #ABA525
Black with #ABA525
Text Example
Text Example
White with #ABA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA525; }
p { color: rgb(171,165,37); }
H1.HeaderClassName
{
color: #ABA525;
}
.AnyTagClassName
{
color: #ABA525;
}
</style>
background-color css
<style>
a { background-color: #ABA525; }
a { background-color: rgb(171,165,37); }
div.DivClassName
{
background-color: #ABA525;
}
.BgClassName
{
background-color: #ABA525;
}
</style>
border-color css
<style>
span { border-color: #ABA525; }
span { border-color: rgb(171,165,37); }
td.TdClassName
{
border-color: #ABA525;
}
.TagClassName
{
border-color: #ABA525;
}
</style>