Shades of Earls Green #ADB02B
Tints of Earls Green #ADB02B
RGB
CMYK
RGB Variations
Color information
#ADB02B (or 0xADB02B) is known color: Earls Green. HEX triplet: AD, B0 and 2B. RGB value is (173,176,43). Sum of RGB (Red+Green+Blue) = 173+176+43=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB02B is #524FD4. Grayscale: #A0A0A0. Windows color (decimal): -5394389 or 2863277. OLE color: 2863277.
HSL color Cylindrical-coordinate representation of color #ADB02B: hue angle of 61.35º degrees, saturation: 0.61, 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 #ADB02B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 43 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.31 |
| HSL | 61.35º | 0.61% | 0.43% | - |
| HSV(B) | 61.35º | 0.76% | 0.69% | - |
| XYZ | 33.19 | 40.11 | 8.28 | - |
| YUV | 159.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 43 | 0.02 | 0 | 0.76 | 0.31 | 61.35 | 0.61 | 0.43 |
| Hex | AD | B0 | 2B | 2 | 0 | 4C | 1F | 3D | 3D | 2B |
| Octal | 255 | 260 | 53 | 2 | 0 | 114 | 37 | 75 | 75 | 53 |
| Binary | 10101101 | 10110000 | 101011 | 10 | 0 | 1001100 | 11111 | 111101 | 111101 | 101011 |
Color Harmonies of #ADB02B
Complementary color
Monochromatic Colors of #ADB02B
Black with #ADB02B
Text Example
Text Example
White with #ADB02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB02B; }
p { color: rgb(173,176,43); }
H1.HeaderClassName
{
color: #ADB02B;
}
.AnyTagClassName
{
color: #ADB02B;
}
</style>
background-color css
<style>
a { background-color: #ADB02B; }
a { background-color: rgb(173,176,43); }
div.DivClassName
{
background-color: #ADB02B;
}
.BgClassName
{
background-color: #ADB02B;
}
</style>
border-color css
<style>
span { border-color: #ADB02B; }
span { border-color: rgb(173,176,43); }
td.TdClassName
{
border-color: #ADB02B;
}
.TagClassName
{
border-color: #ADB02B;
}
</style>