Shades of Earls Green #ADAB23
Tints of Earls Green #ADAB23
RGB
CMYK
RGB Variations
Color information
#ADAB23 (or 0xADAB23) is known color: Earls Green. HEX triplet: AD, AB and 23. RGB value is (173,171,35). Sum of RGB (Red+Green+Blue) = 173+171+35=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB23 is #5254DC. Grayscale: #9C9C9C. Windows color (decimal): -5395677 or 2337709. OLE color: 2337709.
HSL color Cylindrical-coordinate representation of color #ADAB23: hue angle of 59.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADAB23 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 35 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.32 |
| HSL | 59.13º | 0.66% | 0.41% | - |
| HSV(B) | 59.13º | 0.8% | 0.68% | - |
| XYZ | 32.1 | 38.13 | 7.26 | - |
| YUV | 156.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 35 | 0 | 0.01 | 0.80 | 0.32 | 59.13 | 0.66 | 0.41 |
| Hex | AD | AB | 23 | 0 | 1 | 50 | 20 | 3B | 42 | 29 |
| Octal | 255 | 253 | 43 | 0 | 1 | 120 | 40 | 73 | 102 | 51 |
| Binary | 10101101 | 10101011 | 100011 | 0 | 1 | 1010000 | 100000 | 111011 | 1000010 | 101001 |
Color Harmonies of #ADAB23
Complementary color
Monochromatic Colors of #ADAB23
Black with #ADAB23
Text Example
Text Example
White with #ADAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB23; }
p { color: rgb(173,171,35); }
H1.HeaderClassName
{
color: #ADAB23;
}
.AnyTagClassName
{
color: #ADAB23;
}
</style>
background-color css
<style>
a { background-color: #ADAB23; }
a { background-color: rgb(173,171,35); }
div.DivClassName
{
background-color: #ADAB23;
}
.BgClassName
{
background-color: #ADAB23;
}
</style>
border-color css
<style>
span { border-color: #ADAB23; }
span { border-color: rgb(173,171,35); }
td.TdClassName
{
border-color: #ADAB23;
}
.TagClassName
{
border-color: #ADAB23;
}
</style>