Shades of Earls Green #ADAB1F
Tints of Earls Green #ADAB1F
RGB
CMYK
RGB Variations
Color information
#ADAB1F (or 0xADAB1F) is known color: Earls Green. HEX triplet: AD, AB and 1F. RGB value is (173,171,31). Sum of RGB (Red+Green+Blue) = 173+171+31=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB1F is #5254E0. Grayscale: #9C9C9C. Windows color (decimal): -5395681 or 2075565. OLE color: 2075565.
HSL color Cylindrical-coordinate representation of color #ADAB1F: hue angle of 59.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADAB1F is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 31 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.32 |
| HSL | 59.15º | 0.7% | 0.4% | - |
| HSV(B) | 59.15º | 0.82% | 0.68% | - |
| XYZ | 32.04 | 38.11 | 6.96 | - |
| YUV | 155.64 | 57.66 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 31 | 0 | 0.01 | 0.82 | 0.32 | 59.15 | 0.7 | 0.4 |
| Hex | AD | AB | 1F | 0 | 1 | 52 | 20 | 3B | 46 | 28 |
| Octal | 255 | 253 | 37 | 0 | 1 | 122 | 40 | 73 | 106 | 50 |
| Binary | 10101101 | 10101011 | 11111 | 0 | 1 | 1010010 | 100000 | 111011 | 1000110 | 101000 |
Color Harmonies of #ADAB1F
Complementary color
Monochromatic Colors of #ADAB1F
Black with #ADAB1F
Text Example
Text Example
White with #ADAB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB1F; }
p { color: rgb(173,171,31); }
H1.HeaderClassName
{
color: #ADAB1F;
}
.AnyTagClassName
{
color: #ADAB1F;
}
</style>
background-color css
<style>
a { background-color: #ADAB1F; }
a { background-color: rgb(173,171,31); }
div.DivClassName
{
background-color: #ADAB1F;
}
.BgClassName
{
background-color: #ADAB1F;
}
</style>
border-color css
<style>
span { border-color: #ADAB1F; }
span { border-color: rgb(173,171,31); }
td.TdClassName
{
border-color: #ADAB1F;
}
.TagClassName
{
border-color: #ADAB1F;
}
</style>