Shades of Earls Green #ADB22F
Tints of Earls Green #ADB22F
RGB
CMYK
RGB Variations
Color information
#ADB22F (or 0xADB22F) is known color: Earls Green. HEX triplet: AD, B2 and 2F. RGB value is (173,178,47). Sum of RGB (Red+Green+Blue) = 173+178+47=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB22F is #524DD0. Grayscale: #A2A2A2. Windows color (decimal): -5393873 or 3125933. OLE color: 3125933.
HSL color Cylindrical-coordinate representation of color #ADB22F: hue angle of 62.29º degrees, saturation: 0.58, 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 #ADB22F is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 47 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.30 |
| HSL | 62.29º | 0.58% | 0.44% | - |
| HSV(B) | 62.29º | 0.74% | 0.7% | - |
| XYZ | 33.67 | 40.93 | 8.82 | - |
| YUV | 161.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 47 | 0.03 | 0 | 0.74 | 0.30 | 62.29 | 0.58 | 0.44 |
| Hex | AD | B2 | 2F | 3 | 0 | 4A | 1E | 3E | 3A | 2C |
| Octal | 255 | 262 | 57 | 3 | 0 | 112 | 36 | 76 | 72 | 54 |
| Binary | 10101101 | 10110010 | 101111 | 11 | 0 | 1001010 | 11110 | 111110 | 111010 | 101100 |
Color Harmonies of #ADB22F
Complementary color
Monochromatic Colors of #ADB22F
Black with #ADB22F
Text Example
Text Example
White with #ADB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB22F; }
p { color: rgb(173,178,47); }
H1.HeaderClassName
{
color: #ADB22F;
}
.AnyTagClassName
{
color: #ADB22F;
}
</style>
background-color css
<style>
a { background-color: #ADB22F; }
a { background-color: rgb(173,178,47); }
div.DivClassName
{
background-color: #ADB22F;
}
.BgClassName
{
background-color: #ADB22F;
}
</style>
border-color css
<style>
span { border-color: #ADB22F; }
span { border-color: rgb(173,178,47); }
td.TdClassName
{
border-color: #ADB22F;
}
.TagClassName
{
border-color: #ADB22F;
}
</style>