Shades of Earls Green #ABA230
Tints of Earls Green #ABA230
RGB
CMYK
RGB Variations
Color information
#ABA230 (or 0xABA230) is known color: Earls Green. HEX triplet: AB, A2 and 30. RGB value is (171,162,48). Sum of RGB (Red+Green+Blue) = 171+162+48=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA230 is #545DCF. Grayscale: #989898. Windows color (decimal): -5529040 or 3187371. OLE color: 3187371.
HSL color Cylindrical-coordinate representation of color #ABA230: hue angle of 55.61º 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 #ABA230 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 48 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.33 |
| HSL | 55.61º | 0.56% | 0.43% | - |
| HSV(B) | 55.61º | 0.72% | 0.67% | - |
| XYZ | 30.25 | 34.71 | 7.9 | - |
| YUV | 151.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 48 | 0 | 0.05 | 0.72 | 0.33 | 55.61 | 0.56 | 0.43 |
| Hex | AB | A2 | 30 | 0 | 5 | 48 | 21 | 38 | 38 | 2B |
| Octal | 253 | 242 | 60 | 0 | 5 | 110 | 41 | 70 | 70 | 53 |
| Binary | 10101011 | 10100010 | 110000 | 0 | 101 | 1001000 | 100001 | 111000 | 111000 | 101011 |
Color Harmonies of #ABA230
Complementary color
Monochromatic Colors of #ABA230
Black with #ABA230
Text Example
Text Example
White with #ABA230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA230; }
p { color: rgb(171,162,48); }
H1.HeaderClassName
{
color: #ABA230;
}
.AnyTagClassName
{
color: #ABA230;
}
</style>
background-color css
<style>
a { background-color: #ABA230; }
a { background-color: rgb(171,162,48); }
div.DivClassName
{
background-color: #ABA230;
}
.BgClassName
{
background-color: #ABA230;
}
</style>
border-color css
<style>
span { border-color: #ABA230; }
span { border-color: rgb(171,162,48); }
td.TdClassName
{
border-color: #ABA230;
}
.TagClassName
{
border-color: #ABA230;
}
</style>