Shades of Earls Green #ADAB28
Tints of Earls Green #ADAB28
RGB
CMYK
RGB Variations
Color information
#ADAB28 (or 0xADAB28) is known color: Earls Green. HEX triplet: AD, AB and 28. RGB value is (173,171,40). Sum of RGB (Red+Green+Blue) = 173+171+40=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB28 is #5254D7. Grayscale: #9D9D9D. Windows color (decimal): -5395672 or 2665389. OLE color: 2665389.
HSL color Cylindrical-coordinate representation of color #ADAB28: hue angle of 59.1º degrees, saturation: 0.62, 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 #ADAB28 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 40 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.32 |
| HSL | 59.1º | 0.62% | 0.42% | - |
| HSV(B) | 59.1º | 0.77% | 0.68% | - |
| XYZ | 32.18 | 38.16 | 7.68 | - |
| YUV | 156.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 40 | 0 | 0.01 | 0.77 | 0.32 | 59.1 | 0.62 | 0.42 |
| Hex | AD | AB | 28 | 0 | 1 | 4D | 20 | 3B | 3E | 2A |
| Octal | 255 | 253 | 50 | 0 | 1 | 115 | 40 | 73 | 76 | 52 |
| Binary | 10101101 | 10101011 | 101000 | 0 | 1 | 1001101 | 100000 | 111011 | 111110 | 101010 |
Color Harmonies of #ADAB28
Complementary color
Monochromatic Colors of #ADAB28
Black with #ADAB28
Text Example
Text Example
White with #ADAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB28; }
p { color: rgb(173,171,40); }
H1.HeaderClassName
{
color: #ADAB28;
}
.AnyTagClassName
{
color: #ADAB28;
}
</style>
background-color css
<style>
a { background-color: #ADAB28; }
a { background-color: rgb(173,171,40); }
div.DivClassName
{
background-color: #ADAB28;
}
.BgClassName
{
background-color: #ADAB28;
}
</style>
border-color css
<style>
span { border-color: #ADAB28; }
span { border-color: rgb(173,171,40); }
td.TdClassName
{
border-color: #ADAB28;
}
.TagClassName
{
border-color: #ADAB28;
}
</style>