Shades of Earls Green #ADB022
Tints of Earls Green #ADB022
RGB
CMYK
RGB Variations
Color information
#ADB022 (or 0xADB022) is known color: Earls Green. HEX triplet: AD, B0 and 22. RGB value is (173,176,34). Sum of RGB (Red+Green+Blue) = 173+176+34=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB022 is #524FDD. Grayscale: #9F9F9F. Windows color (decimal): -5394398 or 2273453. OLE color: 2273453.
HSL color Cylindrical-coordinate representation of color #ADB022: hue angle of 61.27º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB022 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 34 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.31 |
| HSL | 61.27º | 0.68% | 0.41% | - |
| HSV(B) | 61.27º | 0.81% | 0.69% | - |
| XYZ | 33.05 | 40.05 | 7.5 | - |
| YUV | 158.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 34 | 0.02 | 0 | 0.81 | 0.31 | 61.27 | 0.68 | 0.41 |
| Hex | AD | B0 | 22 | 2 | 0 | 51 | 1F | 3D | 44 | 29 |
| Octal | 255 | 260 | 42 | 2 | 0 | 121 | 37 | 75 | 104 | 51 |
| Binary | 10101101 | 10110000 | 100010 | 10 | 0 | 1010001 | 11111 | 111101 | 1000100 | 101001 |
Color Harmonies of #ADB022
Complementary color
Monochromatic Colors of #ADB022
Black with #ADB022
Text Example
Text Example
White with #ADB022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB022; }
p { color: rgb(173,176,34); }
H1.HeaderClassName
{
color: #ADB022;
}
.AnyTagClassName
{
color: #ADB022;
}
</style>
background-color css
<style>
a { background-color: #ADB022; }
a { background-color: rgb(173,176,34); }
div.DivClassName
{
background-color: #ADB022;
}
.BgClassName
{
background-color: #ADB022;
}
</style>
border-color css
<style>
span { border-color: #ADB022; }
span { border-color: rgb(173,176,34); }
td.TdClassName
{
border-color: #ADB022;
}
.TagClassName
{
border-color: #ADB022;
}
</style>