#acaa5e

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

Shades of Olive Green #ACAA5E

Tints of Olive Green #ACAA5E

Color information

#ACAA5E (or 0xACAA5E) is unknown color: approx Olive Green. HEX triplet: AC, AA and 5E. RGB value is (172,170,94). Sum of RGB (Red+Green+Blue) = 172+170+94=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA5E is #5355A1. Grayscale: #A2A2A2. Windows color (decimal): -5461410 or 6204076. OLE color: 6204076.

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

Color convert

RGB17217094-
CMYK00.010.450.33
HSL58.46º31.97%52.16%-
HSV(B)58.46º45.35%67.45%-
XYZ33.4138.3316.23-
YUV161.9389.66135.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=39.45%
G=38.99%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721709400.010.450.3358.4631.9752.16
HexACAA5E012D213a2034
Octal254252136015541724064
Binary1010110010101010101111001101101100001111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acaa5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acaa5e; }

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

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

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

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

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

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

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

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