Shades of Earls Green #ADB12A
Tints of Earls Green #ADB12A
RGB
CMYK
RGB Variations
Color information
#ADB12A (or 0xADB12A) is known color: Earls Green. HEX triplet: AD, B1 and 2A. RGB value is (173,177,42). Sum of RGB (Red+Green+Blue) = 173+177+42=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB12A is #524ED5. Grayscale: #A0A0A0. Windows color (decimal): -5394134 or 2797997. OLE color: 2797997.
HSL color Cylindrical-coordinate representation of color #ADB12A: hue angle of 61.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB12A is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 42 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.31 |
| HSL | 61.78º | 0.62% | 0.43% | - |
| HSV(B) | 61.78º | 0.76% | 0.69% | - |
| XYZ | 33.37 | 40.5 | 8.25 | - |
| YUV | 160.41 | 61.17 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 42 | 0.02 | 0 | 0.76 | 0.31 | 61.78 | 0.62 | 0.43 |
| Hex | AD | B1 | 2A | 2 | 0 | 4C | 1F | 3E | 3E | 2B |
| Octal | 255 | 261 | 52 | 2 | 0 | 114 | 37 | 76 | 76 | 53 |
| Binary | 10101101 | 10110001 | 101010 | 10 | 0 | 1001100 | 11111 | 111110 | 111110 | 101011 |
Color Harmonies of #ADB12A
Complementary color
Monochromatic Colors of #ADB12A
Black with #ADB12A
Text Example
Text Example
White with #ADB12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB12A; }
p { color: rgb(173,177,42); }
H1.HeaderClassName
{
color: #ADB12A;
}
.AnyTagClassName
{
color: #ADB12A;
}
</style>
background-color css
<style>
a { background-color: #ADB12A; }
a { background-color: rgb(173,177,42); }
div.DivClassName
{
background-color: #ADB12A;
}
.BgClassName
{
background-color: #ADB12A;
}
</style>
border-color css
<style>
span { border-color: #ADB12A; }
span { border-color: rgb(173,177,42); }
td.TdClassName
{
border-color: #ADB12A;
}
.TagClassName
{
border-color: #ADB12A;
}
</style>