#ACA984

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

Shades of Neutral Green #ACA984

Tints of Neutral Green #ACA984

Color information

#ACA984 (or 0xACA984) is unknown color: approx Neutral Green. HEX triplet: AC, A9 and 84. RGB value is (172,169,132). Sum of RGB (Red+Green+Blue) = 172+169+132=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA984 is #53567B. Grayscale: #A5A5A5. Windows color (decimal): -5461628 or 8694188. OLE color: 8694188.

HSL color Cylindrical-coordinate representation of color #ACA984: hue angle of 55.5º 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 #ACA984 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172169132-
CMYK00.020.230.33
HSL55.5º19.42%59.61%-
HSV(B)55.5º23.26%67.45%-
XYZ35.3738.8127.46-
YUV165.68108.99132.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=36.36%
G=35.73%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216913200.020.230.3355.519.4259.61
HexACA98402172138133c
Octal254251204022741702374
Binary1010110010101001100001000101011110000111100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA984; }

 p { color: rgb(172,169,132); }

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

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

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

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

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

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

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