#a6ac2d

Color #A6AC2D Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #A6AC2D

Tints of Earls Green #A6AC2D

Color information

#A6AC2D (or 0xA6AC2D) is unknown color: approx Earls Green. HEX triplet: A6, AC and 2D. RGB value is (166,172,45). Sum of RGB (Red+Green+Blue) = 166+172+45=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AC2D is #5953D2. Grayscale: #9C9C9C. Windows color (decimal): -5854163 or 2993318. OLE color: 2993318.

HSL color Cylindrical-coordinate representation of color #A6AC2D: hue angle of 62.83º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6AC2D is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB16617245-
CMYK0.0300.740.33
HSL62.83º58.53%42.55%-
HSV(B)62.83º73.84%67.45%-
XYZ30.9537.88.15-
YUV155.7365.51135.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 45 (17.97% from 255) = 11.75%
R=43.34%
G=44.91%
B=11.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166172450.0300.740.3362.8358.5342.55
HexA6AC2D304A213f3b2b
Octal246254553011241777353
Binary10100110101011001011011101001010100001111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6ac2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6ac2d; }

 p { color: rgb(166,172,45); }

 H1.HeaderClassName
 {
   color: #a6ac2d;
 }
 .AnyTagClassName
 {
   color: #a6ac2d;
 }
</style>
background-color css

<style>
 a { background-color: #a6ac2d; }

 a { background-color: rgb(166,172,45); }

 div.DivClassName
 {
   background-color: #a6ac2d;
 }
 .BgClassName
 {
   background-color: #a6ac2d;
 }
</style>
border-color css

<style>
 span { border-color: #a6ac2d; }

 span { border-color: rgb(166,172,45); }

 td.TdClassName
 {
   border-color: #a6ac2d;
 }
 .TagClassName
 {
   border-color: #a6ac2d;
 }
</style>