Shades of Earls Green #ABA130
Tints of Earls Green #ABA130
RGB
CMYK
RGB Variations
Color information
#ABA130 (or 0xABA130) is known color: Earls Green. HEX triplet: AB, A1 and 30. RGB value is (171,161,48). Sum of RGB (Red+Green+Blue) = 171+161+48=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA130 is #545ECF. Grayscale: #979797. Windows color (decimal): -5529296 or 3187115. OLE color: 3187115.
HSL color Cylindrical-coordinate representation of color #ABA130: hue angle of 55.12º 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 #ABA130 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 48 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.33 |
| HSL | 55.12º | 0.56% | 0.43% | - |
| HSV(B) | 55.12º | 0.72% | 0.67% | - |
| XYZ | 30.07 | 34.36 | 7.84 | - |
| YUV | 151.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 48 | 0 | 0.06 | 0.72 | 0.33 | 55.12 | 0.56 | 0.43 |
| Hex | AB | A1 | 30 | 0 | 6 | 48 | 21 | 37 | 38 | 2B |
| Octal | 253 | 241 | 60 | 0 | 6 | 110 | 41 | 67 | 70 | 53 |
| Binary | 10101011 | 10100001 | 110000 | 0 | 110 | 1001000 | 100001 | 110111 | 111000 | 101011 |
Color Harmonies of #ABA130
Complementary color
Monochromatic Colors of #ABA130
Black with #ABA130
Text Example
Text Example
White with #ABA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA130; }
p { color: rgb(171,161,48); }
H1.HeaderClassName
{
color: #ABA130;
}
.AnyTagClassName
{
color: #ABA130;
}
</style>
background-color css
<style>
a { background-color: #ABA130; }
a { background-color: rgb(171,161,48); }
div.DivClassName
{
background-color: #ABA130;
}
.BgClassName
{
background-color: #ABA130;
}
</style>
border-color css
<style>
span { border-color: #ABA130; }
span { border-color: rgb(171,161,48); }
td.TdClassName
{
border-color: #ABA130;
}
.TagClassName
{
border-color: #ABA130;
}
</style>