#ACA82D

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

Shades of Earls Green #ACA82D

Tints of Earls Green #ACA82D

Color information

#ACA82D (or 0xACA82D) is unknown color: approx Earls Green. HEX triplet: AC, A8 and 2D. RGB value is (172,168,45). Sum of RGB (Red+Green+Blue) = 172+168+45=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA82D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA82D is #5357D2. Grayscale: #9B9B9B. Windows color (decimal): -5461971 or 2992300. OLE color: 2992300.

HSL color Cylindrical-coordinate representation of color #ACA82D: hue angle of 58.11º 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 #ACA82D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17216845-
CMYK00.020.740.33
HSL58.11º58.53%42.55%-
HSV(B)58.11º73.84%67.45%-
XYZ31.4936.977.96-
YUV155.1765.83140-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 168 (66.02% from 255) = 43.64%
BLUE value IS 45 (17.97% from 255) = 11.69%
R=44.68%
G=43.64%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721684500.020.740.3358.1158.5342.55
HexACA82D024A213a3b2b
Octal254250550211241727353
Binary10101100101010001011010101001010100001111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA82D; }

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

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

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

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

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

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

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

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