Shades of Earls Green #ABAB20
Tints of Earls Green #ABAB20
RGB
CMYK
RGB Variations
Color information
#ABAB20 (or 0xABAB20) is known color: Earls Green. HEX triplet: AB, AB and 20. RGB value is (171,171,32). Sum of RGB (Red+Green+Blue) = 171+171+32=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB20 is #5454DF. Grayscale: #9B9B9B. Windows color (decimal): -5526752 or 2141099. OLE color: 2141099.
HSL color Cylindrical-coordinate representation of color #ABAB20: hue angle of 60º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABAB20 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 32 | - |
| CMYK | 0 | 0 | 0.81 | 0.33 |
| HSL | 60º | 0.68% | 0.4% | - |
| HSV(B) | 60º | 0.81% | 0.67% | - |
| XYZ | 31.62 | 37.89 | 7.01 | - |
| YUV | 155.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 32 | 0 | 0 | 0.81 | 0.33 | 60 | 0.68 | 0.4 |
| Hex | AB | AB | 20 | 0 | 0 | 51 | 21 | 3C | 44 | 28 |
| Octal | 253 | 253 | 40 | 0 | 0 | 121 | 41 | 74 | 104 | 50 |
| Binary | 10101011 | 10101011 | 100000 | 0 | 0 | 1010001 | 100001 | 111100 | 1000100 | 101000 |
Color Harmonies of #ABAB20
Complementary color
Monochromatic Colors of #ABAB20
Black with #ABAB20
Text Example
Text Example
White with #ABAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB20; }
p { color: rgb(171,171,32); }
H1.HeaderClassName
{
color: #ABAB20;
}
.AnyTagClassName
{
color: #ABAB20;
}
</style>
background-color css
<style>
a { background-color: #ABAB20; }
a { background-color: rgb(171,171,32); }
div.DivClassName
{
background-color: #ABAB20;
}
.BgClassName
{
background-color: #ABAB20;
}
</style>
border-color css
<style>
span { border-color: #ABAB20; }
span { border-color: rgb(171,171,32); }
td.TdClassName
{
border-color: #ABAB20;
}
.TagClassName
{
border-color: #ABAB20;
}
</style>