Shades of Earls Green #ADAB1B
Tints of Earls Green #ADAB1B
RGB
CMYK
RGB Variations
Color information
#ADAB1B (or 0xADAB1B) is known color: Earls Green. HEX triplet: AD, AB and 1B. RGB value is (173,171,27). Sum of RGB (Red+Green+Blue) = 173+171+27=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB1B is #5254E4. Grayscale: #9B9B9B. Windows color (decimal): -5395685 or 1813421. OLE color: 1813421.
HSL color Cylindrical-coordinate representation of color #ADAB1B: hue angle of 59.18º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADAB1B is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 27 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.32 |
| HSL | 59.18º | 0.73% | 0.39% | - |
| HSV(B) | 59.18º | 0.84% | 0.68% | - |
| XYZ | 31.99 | 38.09 | 6.7 | - |
| YUV | 155.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 27 | 0 | 0.01 | 0.84 | 0.32 | 59.18 | 0.73 | 0.39 |
| Hex | AD | AB | 1B | 0 | 1 | 54 | 20 | 3B | 49 | 27 |
| Octal | 255 | 253 | 33 | 0 | 1 | 124 | 40 | 73 | 111 | 47 |
| Binary | 10101101 | 10101011 | 11011 | 0 | 1 | 1010100 | 100000 | 111011 | 1001001 | 100111 |
Color Harmonies of #ADAB1B
Complementary color
Monochromatic Colors of #ADAB1B
Black with #ADAB1B
Text Example
Text Example
White with #ADAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB1B; }
p { color: rgb(173,171,27); }
H1.HeaderClassName
{
color: #ADAB1B;
}
.AnyTagClassName
{
color: #ADAB1B;
}
</style>
background-color css
<style>
a { background-color: #ADAB1B; }
a { background-color: rgb(173,171,27); }
div.DivClassName
{
background-color: #ADAB1B;
}
.BgClassName
{
background-color: #ADAB1B;
}
</style>
border-color css
<style>
span { border-color: #ADAB1B; }
span { border-color: rgb(173,171,27); }
td.TdClassName
{
border-color: #ADAB1B;
}
.TagClassName
{
border-color: #ADAB1B;
}
</style>