Shades of Earls Green #ADAB27
Tints of Earls Green #ADAB27
RGB
CMYK
RGB Variations
Color information
#ADAB27 (or 0xADAB27) is known color: Earls Green. HEX triplet: AD, AB and 27. RGB value is (173,171,39). Sum of RGB (Red+Green+Blue) = 173+171+39=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB27 is #5254D8. Grayscale: #9D9D9D. Windows color (decimal): -5395673 or 2599853. OLE color: 2599853.
HSL color Cylindrical-coordinate representation of color #ADAB27: hue angle of 59.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADAB27 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 39 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.32 |
| HSL | 59.1º | 0.63% | 0.42% | - |
| HSV(B) | 59.1º | 0.77% | 0.68% | - |
| XYZ | 32.16 | 38.16 | 7.59 | - |
| YUV | 156.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 39 | 0 | 0.01 | 0.77 | 0.32 | 59.1 | 0.63 | 0.42 |
| Hex | AD | AB | 27 | 0 | 1 | 4D | 20 | 3B | 3F | 2A |
| Octal | 255 | 253 | 47 | 0 | 1 | 115 | 40 | 73 | 77 | 52 |
| Binary | 10101101 | 10101011 | 100111 | 0 | 1 | 1001101 | 100000 | 111011 | 111111 | 101010 |
Color Harmonies of #ADAB27
Complementary color
Monochromatic Colors of #ADAB27
Black with #ADAB27
Text Example
Text Example
White with #ADAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB27; }
p { color: rgb(173,171,39); }
H1.HeaderClassName
{
color: #ADAB27;
}
.AnyTagClassName
{
color: #ADAB27;
}
</style>
background-color css
<style>
a { background-color: #ADAB27; }
a { background-color: rgb(173,171,39); }
div.DivClassName
{
background-color: #ADAB27;
}
.BgClassName
{
background-color: #ADAB27;
}
</style>
border-color css
<style>
span { border-color: #ADAB27; }
span { border-color: rgb(173,171,39); }
td.TdClassName
{
border-color: #ADAB27;
}
.TagClassName
{
border-color: #ADAB27;
}
</style>