Shades of Earls Green #ABAC2D
Tints of Earls Green #ABAC2D
RGB
CMYK
RGB Variations
Color information
#ABAC2D (or 0xABAC2D) is known color: Earls Green. HEX triplet: AB, AC and 2D. RGB value is (171,172,45). Sum of RGB (Red+Green+Blue) = 171+172+45=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC2D is #5453D2. Grayscale: #9D9D9D. Windows color (decimal): -5526483 or 2993323. OLE color: 2993323.
HSL color Cylindrical-coordinate representation of color #ABAC2D: hue angle of 60.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABAC2D is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 45 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.33 |
| HSL | 60.47º | 0.59% | 0.43% | - |
| HSV(B) | 60.47º | 0.74% | 0.67% | - |
| XYZ | 32.02 | 38.35 | 8.2 | - |
| YUV | 157.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 45 | 0.01 | 0 | 0.74 | 0.33 | 60.47 | 0.59 | 0.43 |
| Hex | AB | AC | 2D | 1 | 0 | 4A | 21 | 3C | 3B | 2B |
| Octal | 253 | 254 | 55 | 1 | 0 | 112 | 41 | 74 | 73 | 53 |
| Binary | 10101011 | 10101100 | 101101 | 1 | 0 | 1001010 | 100001 | 111100 | 111011 | 101011 |
Color Harmonies of #ABAC2D
Complementary color
Monochromatic Colors of #ABAC2D
Black with #ABAC2D
Text Example
Text Example
White with #ABAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC2D; }
p { color: rgb(171,172,45); }
H1.HeaderClassName
{
color: #ABAC2D;
}
.AnyTagClassName
{
color: #ABAC2D;
}
</style>
background-color css
<style>
a { background-color: #ABAC2D; }
a { background-color: rgb(171,172,45); }
div.DivClassName
{
background-color: #ABAC2D;
}
.BgClassName
{
background-color: #ABAC2D;
}
</style>
border-color css
<style>
span { border-color: #ABAC2D; }
span { border-color: rgb(171,172,45); }
td.TdClassName
{
border-color: #ABAC2D;
}
.TagClassName
{
border-color: #ABAC2D;
}
</style>