Shades of Earls Green #ADB01D
Tints of Earls Green #ADB01D
RGB
CMYK
RGB Variations
Color information
#ADB01D (or 0xADB01D) is known color: Earls Green. HEX triplet: AD, B0 and 1D. RGB value is (173,176,29). Sum of RGB (Red+Green+Blue) = 173+176+29=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB01D is #524FE2. Grayscale: #9E9E9E. Windows color (decimal): -5394403 or 1945773. OLE color: 1945773.
HSL color Cylindrical-coordinate representation of color #ADB01D: hue angle of 61.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB01D is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 29 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.31 |
| HSL | 61.22º | 0.72% | 0.4% | - |
| HSV(B) | 61.22º | 0.84% | 0.69% | - |
| XYZ | 32.98 | 40.02 | 7.15 | - |
| YUV | 158.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 29 | 0.02 | 0 | 0.84 | 0.31 | 61.22 | 0.72 | 0.4 |
| Hex | AD | B0 | 1D | 2 | 0 | 54 | 1F | 3D | 48 | 28 |
| Octal | 255 | 260 | 35 | 2 | 0 | 124 | 37 | 75 | 110 | 50 |
| Binary | 10101101 | 10110000 | 11101 | 10 | 0 | 1010100 | 11111 | 111101 | 1001000 | 101000 |
Color Harmonies of #ADB01D
Complementary color
Monochromatic Colors of #ADB01D
Black with #ADB01D
Text Example
Text Example
White with #ADB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB01D; }
p { color: rgb(173,176,29); }
H1.HeaderClassName
{
color: #ADB01D;
}
.AnyTagClassName
{
color: #ADB01D;
}
</style>
background-color css
<style>
a { background-color: #ADB01D; }
a { background-color: rgb(173,176,29); }
div.DivClassName
{
background-color: #ADB01D;
}
.BgClassName
{
background-color: #ADB01D;
}
</style>
border-color css
<style>
span { border-color: #ADB01D; }
span { border-color: rgb(173,176,29); }
td.TdClassName
{
border-color: #ADB01D;
}
.TagClassName
{
border-color: #ADB01D;
}
</style>