Shades of Earls Green #ADB22B
Tints of Earls Green #ADB22B
RGB
CMYK
RGB Variations
Color information
#ADB22B (or 0xADB22B) is known color: Earls Green. HEX triplet: AD, B2 and 2B. RGB value is (173,178,43). Sum of RGB (Red+Green+Blue) = 173+178+43=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB22B is #524DD4. Grayscale: #A1A1A1. Windows color (decimal): -5393877 or 2863789. OLE color: 2863789.
HSL color Cylindrical-coordinate representation of color #ADB22B: hue angle of 62.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB22B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 43 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.30 |
| HSL | 62.22º | 0.61% | 0.43% | - |
| HSV(B) | 62.22º | 0.76% | 0.7% | - |
| XYZ | 33.59 | 40.9 | 8.41 | - |
| YUV | 161.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 43 | 0.03 | 0 | 0.76 | 0.30 | 62.22 | 0.61 | 0.43 |
| Hex | AD | B2 | 2B | 3 | 0 | 4C | 1E | 3E | 3D | 2B |
| Octal | 255 | 262 | 53 | 3 | 0 | 114 | 36 | 76 | 75 | 53 |
| Binary | 10101101 | 10110010 | 101011 | 11 | 0 | 1001100 | 11110 | 111110 | 111101 | 101011 |
Color Harmonies of #ADB22B
Complementary color
Monochromatic Colors of #ADB22B
Black with #ADB22B
Text Example
Text Example
White with #ADB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB22B; }
p { color: rgb(173,178,43); }
H1.HeaderClassName
{
color: #ADB22B;
}
.AnyTagClassName
{
color: #ADB22B;
}
</style>
background-color css
<style>
a { background-color: #ADB22B; }
a { background-color: rgb(173,178,43); }
div.DivClassName
{
background-color: #ADB22B;
}
.BgClassName
{
background-color: #ADB22B;
}
</style>
border-color css
<style>
span { border-color: #ADB22B; }
span { border-color: rgb(173,178,43); }
td.TdClassName
{
border-color: #ADB22B;
}
.TagClassName
{
border-color: #ADB22B;
}
</style>