Shades of Earls Green #ADB332
Tints of Earls Green #ADB332
RGB
CMYK
RGB Variations
Color information
#ADB332 (or 0xADB332) is known color: Earls Green. HEX triplet: AD, B3 and 32. RGB value is (173,179,50). Sum of RGB (Red+Green+Blue) = 173+179+50=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB332 is #524CCD. Grayscale: #A3A3A3. Windows color (decimal): -5393614 or 3322797. OLE color: 3322797.
HSL color Cylindrical-coordinate representation of color #ADB332: hue angle of 62.79º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADB332 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 50 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.30 |
| HSL | 62.79º | 0.56% | 0.45% | - |
| HSV(B) | 62.79º | 0.72% | 0.7% | - |
| XYZ | 33.93 | 41.35 | 9.21 | - |
| YUV | 162.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 50 | 0.03 | 0 | 0.72 | 0.30 | 62.79 | 0.56 | 0.45 |
| Hex | AD | B3 | 32 | 3 | 0 | 48 | 1E | 3F | 38 | 2D |
| Octal | 255 | 263 | 62 | 3 | 0 | 110 | 36 | 77 | 70 | 55 |
| Binary | 10101101 | 10110011 | 110010 | 11 | 0 | 1001000 | 11110 | 111111 | 111000 | 101101 |
Color Harmonies of #ADB332
Complementary color
Monochromatic Colors of #ADB332
Black with #ADB332
Text Example
Text Example
White with #ADB332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB332; }
p { color: rgb(173,179,50); }
H1.HeaderClassName
{
color: #ADB332;
}
.AnyTagClassName
{
color: #ADB332;
}
</style>
background-color css
<style>
a { background-color: #ADB332; }
a { background-color: rgb(173,179,50); }
div.DivClassName
{
background-color: #ADB332;
}
.BgClassName
{
background-color: #ADB332;
}
</style>
border-color css
<style>
span { border-color: #ADB332; }
span { border-color: rgb(173,179,50); }
td.TdClassName
{
border-color: #ADB332;
}
.TagClassName
{
border-color: #ADB332;
}
</style>