Shades of Earls Green #ABA330
Tints of Earls Green #ABA330
RGB
CMYK
RGB Variations
Color information
#ABA330 (or 0xABA330) is known color: Earls Green. HEX triplet: AB, A3 and 30. RGB value is (171,163,48). Sum of RGB (Red+Green+Blue) = 171+163+48=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA330 is #545CCF. Grayscale: #989898. Windows color (decimal): -5528784 or 3187627. OLE color: 3187627.
HSL color Cylindrical-coordinate representation of color #ABA330: hue angle of 56.1º 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 #ABA330 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 48 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.33 |
| HSL | 56.1º | 0.56% | 0.43% | - |
| HSV(B) | 56.1º | 0.72% | 0.67% | - |
| XYZ | 30.43 | 35.07 | 7.96 | - |
| YUV | 152.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 48 | 0 | 0.05 | 0.72 | 0.33 | 56.1 | 0.56 | 0.43 |
| Hex | AB | A3 | 30 | 0 | 5 | 48 | 21 | 38 | 38 | 2B |
| Octal | 253 | 243 | 60 | 0 | 5 | 110 | 41 | 70 | 70 | 53 |
| Binary | 10101011 | 10100011 | 110000 | 0 | 101 | 1001000 | 100001 | 111000 | 111000 | 101011 |
Color Harmonies of #ABA330
Complementary color
Monochromatic Colors of #ABA330
Black with #ABA330
Text Example
Text Example
White with #ABA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA330; }
p { color: rgb(171,163,48); }
H1.HeaderClassName
{
color: #ABA330;
}
.AnyTagClassName
{
color: #ABA330;
}
</style>
background-color css
<style>
a { background-color: #ABA330; }
a { background-color: rgb(171,163,48); }
div.DivClassName
{
background-color: #ABA330;
}
.BgClassName
{
background-color: #ABA330;
}
</style>
border-color css
<style>
span { border-color: #ABA330; }
span { border-color: rgb(171,163,48); }
td.TdClassName
{
border-color: #ABA330;
}
.TagClassName
{
border-color: #ABA330;
}
</style>