Shades of Earls Green #A6AD2B
Tints of Earls Green #A6AD2B
RGB
CMYK
RGB Variations
Color information
#A6AD2B (or 0xA6AD2B) is known color: Earls Green. HEX triplet: A6, AD and 2B. RGB value is (166,173,43). Sum of RGB (Red+Green+Blue) = 166+173+43=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD2B is #5952D4. Grayscale: #9C9C9C. Windows color (decimal): -5853909 or 2862502. OLE color: 2862502.
HSL color Cylindrical-coordinate representation of color #A6AD2B: hue angle of 63.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6AD2B is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 43 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.32 |
| HSL | 63.23º | 0.6% | 0.42% | - |
| HSV(B) | 63.23º | 0.75% | 0.68% | - |
| XYZ | 31.11 | 38.17 | 8.01 | - |
| YUV | 156.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 43 | 0.04 | 0 | 0.75 | 0.32 | 63.23 | 0.6 | 0.42 |
| Hex | A6 | AD | 2B | 4 | 0 | 4B | 20 | 3F | 3C | 2A |
| Octal | 246 | 255 | 53 | 4 | 0 | 113 | 40 | 77 | 74 | 52 |
| Binary | 10100110 | 10101101 | 101011 | 100 | 0 | 1001011 | 100000 | 111111 | 111100 | 101010 |
Color Harmonies of #A6AD2B
Complementary color
Monochromatic Colors of #A6AD2B
Black with #A6AD2B
Text Example
Text Example
White with #A6AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD2B; }
p { color: rgb(166,173,43); }
H1.HeaderClassName
{
color: #A6AD2B;
}
.AnyTagClassName
{
color: #A6AD2B;
}
</style>
background-color css
<style>
a { background-color: #A6AD2B; }
a { background-color: rgb(166,173,43); }
div.DivClassName
{
background-color: #A6AD2B;
}
.BgClassName
{
background-color: #A6AD2B;
}
</style>
border-color css
<style>
span { border-color: #A6AD2B; }
span { border-color: rgb(166,173,43); }
td.TdClassName
{
border-color: #A6AD2B;
}
.TagClassName
{
border-color: #A6AD2B;
}
</style>