Shades of Earls Green #ADB22D
Tints of Earls Green #ADB22D
RGB
CMYK
RGB Variations
Color information
#ADB22D (or 0xADB22D) is known color: Earls Green. HEX triplet: AD, B2 and 2D. RGB value is (173,178,45). Sum of RGB (Red+Green+Blue) = 173+178+45=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB22D is #524DD2. Grayscale: #A1A1A1. Windows color (decimal): -5393875 or 2994861. OLE color: 2994861.
HSL color Cylindrical-coordinate representation of color #ADB22D: hue angle of 62.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB22D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 45 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.30 |
| HSL | 62.26º | 0.6% | 0.44% | - |
| HSV(B) | 62.26º | 0.75% | 0.7% | - |
| XYZ | 33.63 | 40.91 | 8.61 | - |
| YUV | 161.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 45 | 0.03 | 0 | 0.75 | 0.30 | 62.26 | 0.6 | 0.44 |
| Hex | AD | B2 | 2D | 3 | 0 | 4B | 1E | 3E | 3C | 2C |
| Octal | 255 | 262 | 55 | 3 | 0 | 113 | 36 | 76 | 74 | 54 |
| Binary | 10101101 | 10110010 | 101101 | 11 | 0 | 1001011 | 11110 | 111110 | 111100 | 101100 |
Color Harmonies of #ADB22D
Complementary color
Monochromatic Colors of #ADB22D
Black with #ADB22D
Text Example
Text Example
White with #ADB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB22D; }
p { color: rgb(173,178,45); }
H1.HeaderClassName
{
color: #ADB22D;
}
.AnyTagClassName
{
color: #ADB22D;
}
</style>
background-color css
<style>
a { background-color: #ADB22D; }
a { background-color: rgb(173,178,45); }
div.DivClassName
{
background-color: #ADB22D;
}
.BgClassName
{
background-color: #ADB22D;
}
</style>
border-color css
<style>
span { border-color: #ADB22D; }
span { border-color: rgb(173,178,45); }
td.TdClassName
{
border-color: #ADB22D;
}
.TagClassName
{
border-color: #ADB22D;
}
</style>