Shades of Earls Green #ABAA2B
Tints of Earls Green #ABAA2B
RGB
CMYK
RGB Variations
Color information
#ABAA2B (or 0xABAA2B) is known color: Earls Green. HEX triplet: AB, AA and 2B. RGB value is (171,170,43). Sum of RGB (Red+Green+Blue) = 171+170+43=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA2B is #5455D4. Grayscale: #9C9C9C. Windows color (decimal): -5526997 or 2861739. OLE color: 2861739.
HSL color Cylindrical-coordinate representation of color #ABAA2B: hue angle of 59.53º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABAA2B is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 43 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.33 |
| HSL | 59.53º | 0.6% | 0.42% | - |
| HSV(B) | 59.53º | 0.75% | 0.67% | - |
| XYZ | 31.61 | 37.58 | 7.87 | - |
| YUV | 155.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 43 | 0 | 0.01 | 0.75 | 0.33 | 59.53 | 0.6 | 0.42 |
| Hex | AB | AA | 2B | 0 | 1 | 4B | 21 | 3C | 3C | 2A |
| Octal | 253 | 252 | 53 | 0 | 1 | 113 | 41 | 74 | 74 | 52 |
| Binary | 10101011 | 10101010 | 101011 | 0 | 1 | 1001011 | 100001 | 111100 | 111100 | 101010 |
Color Harmonies of #ABAA2B
Complementary color
Monochromatic Colors of #ABAA2B
Black with #ABAA2B
Text Example
Text Example
White with #ABAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA2B; }
p { color: rgb(171,170,43); }
H1.HeaderClassName
{
color: #ABAA2B;
}
.AnyTagClassName
{
color: #ABAA2B;
}
</style>
background-color css
<style>
a { background-color: #ABAA2B; }
a { background-color: rgb(171,170,43); }
div.DivClassName
{
background-color: #ABAA2B;
}
.BgClassName
{
background-color: #ABAA2B;
}
</style>
border-color css
<style>
span { border-color: #ABAA2B; }
span { border-color: rgb(171,170,43); }
td.TdClassName
{
border-color: #ABAA2B;
}
.TagClassName
{
border-color: #ABAA2B;
}
</style>