#ACA484

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

Shades of Neutral Green #ACA484

Tints of Neutral Green #ACA484

Color information

#ACA484 (or 0xACA484) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 84. RGB value is (172,164,132). Sum of RGB (Red+Green+Blue) = 172+164+132=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA484 is #535B7B. Grayscale: #A2A2A2. Windows color (decimal): -5462908 or 8692908. OLE color: 8692908.

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

Color convert

RGB172164132-
CMYK00.050.230.33
HSL48º19.42%59.61%-
HSV(B)48º23.26%67.45%-
XYZ34.4536.9927.15-
YUV162.74110.65134.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=36.75%
G=35.04%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216413200.050.230.334819.4259.61
HexACA48405172130133c
Octal254244204052741602374
Binary10101100101001001000010001011011110000111000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA484; }

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

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

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

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

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

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

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

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