Shades of Earls Green #ABA12D
Tints of Earls Green #ABA12D
RGB
CMYK
RGB Variations
Color information
#ABA12D (or 0xABA12D) is known color: Earls Green. HEX triplet: AB, A1 and 2D. RGB value is (171,161,45). Sum of RGB (Red+Green+Blue) = 171+161+45=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA12D is #545ED2. Grayscale: #979797. Windows color (decimal): -5529299 or 2990507. OLE color: 2990507.
HSL color Cylindrical-coordinate representation of color #ABA12D: hue angle of 55.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABA12D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 45 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.33 |
| HSL | 55.24º | 0.58% | 0.42% | - |
| HSV(B) | 55.24º | 0.74% | 0.67% | - |
| XYZ | 30.01 | 34.34 | 7.53 | - |
| YUV | 150.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 45 | 0 | 0.06 | 0.74 | 0.33 | 55.24 | 0.58 | 0.42 |
| Hex | AB | A1 | 2D | 0 | 6 | 4A | 21 | 37 | 3A | 2A |
| Octal | 253 | 241 | 55 | 0 | 6 | 112 | 41 | 67 | 72 | 52 |
| Binary | 10101011 | 10100001 | 101101 | 0 | 110 | 1001010 | 100001 | 110111 | 111010 | 101010 |
Color Harmonies of #ABA12D
Complementary color
Monochromatic Colors of #ABA12D
Black with #ABA12D
Text Example
Text Example
White with #ABA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA12D; }
p { color: rgb(171,161,45); }
H1.HeaderClassName
{
color: #ABA12D;
}
.AnyTagClassName
{
color: #ABA12D;
}
</style>
background-color css
<style>
a { background-color: #ABA12D; }
a { background-color: rgb(171,161,45); }
div.DivClassName
{
background-color: #ABA12D;
}
.BgClassName
{
background-color: #ABA12D;
}
</style>
border-color css
<style>
span { border-color: #ABA12D; }
span { border-color: rgb(171,161,45); }
td.TdClassName
{
border-color: #ABA12D;
}
.TagClassName
{
border-color: #ABA12D;
}
</style>