#ACA554

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

Shades of Olive Green #ACA554

Tints of Olive Green #ACA554

Color information

#ACA554 (or 0xACA554) is unknown color: approx Olive Green. HEX triplet: AC, A5 and 54. RGB value is (172,165,84). Sum of RGB (Red+Green+Blue) = 172+165+84=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA554 is #535AAB. Grayscale: #9E9E9E. Windows color (decimal): -5462700 or 5547436. OLE color: 5547436.

HSL color Cylindrical-coordinate representation of color #ACA554: hue angle of 55.23º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACA554 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17216584-
CMYK00.040.510.33
HSL55.23º34.65%50.2%-
HSV(B)55.23º51.16%67.45%-
XYZ32.0736.3213.71-
YUV157.8686.32138.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 84 (33.20% from 255) = 19.95%
R=40.86%
G=39.19%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721658400.040.510.3355.2334.6550.2
HexACA554043321372332
Octal254245124046341674362
Binary101011001010010110101000100110011100001110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA554; }

 p { color: rgb(172,165,84); }

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

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

 a { background-color: rgb(172,165,84); }

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

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

 span { border-color: rgb(172,165,84); }

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