Shades of Earls Green #ADB22E
Tints of Earls Green #ADB22E
RGB
CMYK
RGB Variations
Color information
#ADB22E (or 0xADB22E) is known color: Earls Green. HEX triplet: AD, B2 and 2E. RGB value is (173,178,46). Sum of RGB (Red+Green+Blue) = 173+178+46=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB22E is #524DD1. Grayscale: #A1A1A1. Windows color (decimal): -5393874 or 3060397. OLE color: 3060397.
HSL color Cylindrical-coordinate representation of color #ADB22E: hue angle of 62.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADB22E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 46 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.30 |
| HSL | 62.27º | 0.59% | 0.44% | - |
| HSV(B) | 62.27º | 0.74% | 0.7% | - |
| XYZ | 33.65 | 40.92 | 8.71 | - |
| YUV | 161.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 46 | 0.03 | 0 | 0.74 | 0.30 | 62.27 | 0.59 | 0.44 |
| Hex | AD | B2 | 2E | 3 | 0 | 4A | 1E | 3E | 3B | 2C |
| Octal | 255 | 262 | 56 | 3 | 0 | 112 | 36 | 76 | 73 | 54 |
| Binary | 10101101 | 10110010 | 101110 | 11 | 0 | 1001010 | 11110 | 111110 | 111011 | 101100 |
Color Harmonies of #ADB22E
Complementary color
Monochromatic Colors of #ADB22E
Black with #ADB22E
Text Example
Text Example
White with #ADB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB22E; }
p { color: rgb(173,178,46); }
H1.HeaderClassName
{
color: #ADB22E;
}
.AnyTagClassName
{
color: #ADB22E;
}
</style>
background-color css
<style>
a { background-color: #ADB22E; }
a { background-color: rgb(173,178,46); }
div.DivClassName
{
background-color: #ADB22E;
}
.BgClassName
{
background-color: #ADB22E;
}
</style>
border-color css
<style>
span { border-color: #ADB22E; }
span { border-color: rgb(173,178,46); }
td.TdClassName
{
border-color: #ADB22E;
}
.TagClassName
{
border-color: #ADB22E;
}
</style>