Shades of Earls Green #ABA030
Tints of Earls Green #ABA030
RGB
CMYK
RGB Variations
Color information
#ABA030 (or 0xABA030) is known color: Earls Green. HEX triplet: AB, A0 and 30. RGB value is (171,160,48). Sum of RGB (Red+Green+Blue) = 171+160+48=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA030 is #545FCF. Grayscale: #969696. Windows color (decimal): -5529552 or 3186859. OLE color: 3186859.
HSL color Cylindrical-coordinate representation of color #ABA030: hue angle of 54.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABA030 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 48 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.33 |
| HSL | 54.63º | 0.56% | 0.43% | - |
| HSV(B) | 54.63º | 0.72% | 0.67% | - |
| XYZ | 29.9 | 34.01 | 7.79 | - |
| YUV | 150.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 48 | 0 | 0.06 | 0.72 | 0.33 | 54.63 | 0.56 | 0.43 |
| Hex | AB | A0 | 30 | 0 | 6 | 48 | 21 | 37 | 38 | 2B |
| Octal | 253 | 240 | 60 | 0 | 6 | 110 | 41 | 67 | 70 | 53 |
| Binary | 10101011 | 10100000 | 110000 | 0 | 110 | 1001000 | 100001 | 110111 | 111000 | 101011 |
Color Harmonies of #ABA030
Complementary color
Monochromatic Colors of #ABA030
Black with #ABA030
Text Example
Text Example
White with #ABA030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA030; }
p { color: rgb(171,160,48); }
H1.HeaderClassName
{
color: #ABA030;
}
.AnyTagClassName
{
color: #ABA030;
}
</style>
background-color css
<style>
a { background-color: #ABA030; }
a { background-color: rgb(171,160,48); }
div.DivClassName
{
background-color: #ABA030;
}
.BgClassName
{
background-color: #ABA030;
}
</style>
border-color css
<style>
span { border-color: #ABA030; }
span { border-color: rgb(171,160,48); }
td.TdClassName
{
border-color: #ABA030;
}
.TagClassName
{
border-color: #ABA030;
}
</style>