#ACAA5D

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

Shades of Olive Green #ACAA5D

Tints of Olive Green #ACAA5D

Color information

#ACAA5D (or 0xACAA5D) is unknown color: approx Olive Green. HEX triplet: AC, AA and 5D. RGB value is (172,170,93). Sum of RGB (Red+Green+Blue) = 172+170+93=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA5D is #5355A2. Grayscale: #A2A2A2. Windows color (decimal): -5461411 or 6138540. OLE color: 6138540.

HSL color Cylindrical-coordinate representation of color #ACAA5D: hue angle of 58.48º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACAA5D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17217093-
CMYK00.010.460.33
HSL58.48º32.24%51.96%-
HSV(B)58.48º45.93%67.45%-
XYZ33.3638.3115.99-
YUV161.8289.16135.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=39.54%
G=39.08%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721709300.010.460.3358.4832.2451.96
HexACAA5D012E213a2034
Octal254252135015641724064
Binary1010110010101010101110101101110100001111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA5D; }

 p { color: rgb(172,170,93); }

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

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

 a { background-color: rgb(172,170,93); }

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

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

 span { border-color: rgb(172,170,93); }

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