#ACA556

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

Shades of Olive Green #ACA556

Tints of Olive Green #ACA556

Color information

#ACA556 (or 0xACA556) is unknown color: approx Olive Green. HEX triplet: AC, A5 and 56. RGB value is (172,165,86). Sum of RGB (Red+Green+Blue) = 172+165+86=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA556 is #535AA9. Grayscale: #9E9E9E. Windows color (decimal): -5462698 or 5678508. OLE color: 5678508.

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

Color convert

RGB17216586-
CMYK00.040.50.33
HSL55.12º34.13%50.59%-
HSV(B)55.12º50%67.45%-
XYZ32.1536.3514.13-
YUV158.0987.32137.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=40.66%
G=39.01%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721658600.040.50.3355.1234.1350.59
HexACA556043221372233
Octal254245126046241674263
Binary101011001010010110101100100110010100001110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA556; }

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

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

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

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

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

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

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

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