#ACAC85

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

Shades of Neutral Green #ACAC85

Tints of Neutral Green #ACAC85

Color information

#ACAC85 (or 0xACAC85) is unknown color: approx Neutral Green. HEX triplet: AC, AC and 85. RGB value is (172,172,133). Sum of RGB (Red+Green+Blue) = 172+172+133=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC85 is #53537A. Grayscale: #A7A7A7. Windows color (decimal): -5460859 or 8760492. OLE color: 8760492.

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

Color convert

RGB172172133-
CMYK000.230.33
HSL60º19.02%59.8%-
HSV(B)60º22.67%67.45%-
XYZ3639.9728.01-
YUV167.55108.5131.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=36.06%
G=36.06%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172133000.230.336019.0259.8
HexACAC850017213c133c
Octal254254205002741742374
Binary101011001010110010000101001011110000111110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC85; }

 p { color: rgb(172,172,133); }

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

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

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

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

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

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

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