Shades of Earls Green #A8AC21
Tints of Earls Green #A8AC21
RGB
CMYK
RGB Variations
Color information
#A8AC21 (or 0xA8AC21) is known color: Earls Green. HEX triplet: A8, AC and 21. RGB value is (168,172,33). Sum of RGB (Red+Green+Blue) = 168+172+33=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC21 is #5753DE. Grayscale: #9B9B9B. Windows color (decimal): -5723103 or 2206888. OLE color: 2206888.
HSL color Cylindrical-coordinate representation of color #A8AC21: hue angle of 61.73º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8AC21 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 33 | - |
CMYK | 0.02 | 0 | 0.81 | 0.33 |
HSL | 61.73º | 0.68% | 0.4% | - |
HSV(B) | 61.73º | 0.81% | 0.67% | - |
XYZ | 31.18 | 37.94 | 7.12 | - |
YUV | 154.96 | 59.17 | 137.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 33 | 0.02 | 0 | 0.81 | 0.33 | 61.73 | 0.68 | 0.4 |
Hex | A8 | AC | 21 | 2 | 0 | 51 | 21 | 3E | 44 | 28 |
Octal | 250 | 254 | 41 | 2 | 0 | 121 | 41 | 76 | 104 | 50 |
Binary | 10101000 | 10101100 | 100001 | 10 | 0 | 1010001 | 100001 | 111110 | 1000100 | 101000 |
Color Harmonies of #A8AC21
Complementary color
Monochromatic Colors of #A8AC21
Black with #A8AC21
Text Example
Text Example
White with #A8AC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC21; }
p { color: rgb(168,172,33); }
H1.HeaderClassName
{
color: #A8AC21;
}
.AnyTagClassName
{
color: #A8AC21;
}
</style>
background-color css
<style>
a { background-color: #A8AC21; }
a { background-color: rgb(168,172,33); }
div.DivClassName
{
background-color: #A8AC21;
}
.BgClassName
{
background-color: #A8AC21;
}
</style>
border-color css
<style>
span { border-color: #A8AC21; }
span { border-color: rgb(168,172,33); }
td.TdClassName
{
border-color: #A8AC21;
}
.TagClassName
{
border-color: #A8AC21;
}
</style>