Shades of Earls Green #ADA42D
Tints of Earls Green #ADA42D
RGB
CMYK
RGB Variations
Color information
#ADA42D (or 0xADA42D) is known color: Earls Green. HEX triplet: AD, A4 and 2D. RGB value is (173,164,45). Sum of RGB (Red+Green+Blue) = 173+164+45=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA42D is #525BD2. Grayscale: #999999. Windows color (decimal): -5397459 or 2991277. OLE color: 2991277.
HSL color Cylindrical-coordinate representation of color #ADA42D: hue angle of 55.78º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADA42D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 45 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.32 |
| HSL | 55.78º | 0.59% | 0.43% | - |
| HSV(B) | 55.78º | 0.74% | 0.68% | - |
| XYZ | 30.98 | 35.62 | 7.73 | - |
| YUV | 153.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 45 | 0 | 0.05 | 0.74 | 0.32 | 55.78 | 0.59 | 0.43 |
| Hex | AD | A4 | 2D | 0 | 5 | 4A | 20 | 38 | 3B | 2B |
| Octal | 255 | 244 | 55 | 0 | 5 | 112 | 40 | 70 | 73 | 53 |
| Binary | 10101101 | 10100100 | 101101 | 0 | 101 | 1001010 | 100000 | 111000 | 111011 | 101011 |
Color Harmonies of #ADA42D
Complementary color
Monochromatic Colors of #ADA42D
Black with #ADA42D
Text Example
Text Example
White with #ADA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA42D; }
p { color: rgb(173,164,45); }
H1.HeaderClassName
{
color: #ADA42D;
}
.AnyTagClassName
{
color: #ADA42D;
}
</style>
background-color css
<style>
a { background-color: #ADA42D; }
a { background-color: rgb(173,164,45); }
div.DivClassName
{
background-color: #ADA42D;
}
.BgClassName
{
background-color: #ADA42D;
}
</style>
border-color css
<style>
span { border-color: #ADA42D; }
span { border-color: rgb(173,164,45); }
td.TdClassName
{
border-color: #ADA42D;
}
.TagClassName
{
border-color: #ADA42D;
}
</style>