#ACAA5C

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

Shades of Olive Green #ACAA5C

Tints of Olive Green #ACAA5C

Color information

#ACAA5C (or 0xACAA5C) is unknown color: approx Olive Green. HEX triplet: AC, AA and 5C. RGB value is (172,170,92). Sum of RGB (Red+Green+Blue) = 172+170+92=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA5C is #5355A3. Grayscale: #A2A2A2. Windows color (decimal): -5461412 or 6073004. OLE color: 6073004.

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

Color convert

RGB17217092-
CMYK00.010.470.33
HSL58.5º32.52%51.76%-
HSV(B)58.5º46.51%67.45%-
XYZ33.3238.2915.76-
YUV161.7188.66135.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=39.63%
G=39.17%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721709200.010.470.3358.532.5251.76
HexACAA5C012F213a2134
Octal254252134015741724164
Binary1010110010101010101110001101111100001111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA5C; }

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

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

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

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

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

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

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

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