Shades of Earls Green #ADB331
Tints of Earls Green #ADB331
RGB
CMYK
RGB Variations
Color information
#ADB331 (or 0xADB331) is known color: Earls Green. HEX triplet: AD, B3 and 31. RGB value is (173,179,49). Sum of RGB (Red+Green+Blue) = 173+179+49=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB331 is #524CCE. Grayscale: #A2A2A2. Windows color (decimal): -5393615 or 3257261. OLE color: 3257261.
HSL color Cylindrical-coordinate representation of color #ADB331: hue angle of 62.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB331 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 49 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.30 |
| HSL | 62.77º | 0.57% | 0.45% | - |
| HSV(B) | 62.77º | 0.73% | 0.7% | - |
| XYZ | 33.91 | 41.35 | 9.1 | - |
| YUV | 162.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 49 | 0.03 | 0 | 0.73 | 0.30 | 62.77 | 0.57 | 0.45 |
| Hex | AD | B3 | 31 | 3 | 0 | 49 | 1E | 3F | 39 | 2D |
| Octal | 255 | 263 | 61 | 3 | 0 | 111 | 36 | 77 | 71 | 55 |
| Binary | 10101101 | 10110011 | 110001 | 11 | 0 | 1001001 | 11110 | 111111 | 111001 | 101101 |
Color Harmonies of #ADB331
Complementary color
Monochromatic Colors of #ADB331
Black with #ADB331
Text Example
Text Example
White with #ADB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB331; }
p { color: rgb(173,179,49); }
H1.HeaderClassName
{
color: #ADB331;
}
.AnyTagClassName
{
color: #ADB331;
}
</style>
background-color css
<style>
a { background-color: #ADB331; }
a { background-color: rgb(173,179,49); }
div.DivClassName
{
background-color: #ADB331;
}
.BgClassName
{
background-color: #ADB331;
}
</style>
border-color css
<style>
span { border-color: #ADB331; }
span { border-color: rgb(173,179,49); }
td.TdClassName
{
border-color: #ADB331;
}
.TagClassName
{
border-color: #ADB331;
}
</style>