#ACA983

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

Shades of Neutral Green #ACA983

Tints of Neutral Green #ACA983

Color information

#ACA983 (or 0xACA983) is unknown color: approx Neutral Green. HEX triplet: AC, A9 and 83. RGB value is (172,169,131). Sum of RGB (Red+Green+Blue) = 172+169+131=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA983 is #53567C. Grayscale: #A5A5A5. Windows color (decimal): -5461629 or 8628652. OLE color: 8628652.

HSL color Cylindrical-coordinate representation of color #ACA983: hue angle of 55.61º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACA983 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB172169131-
CMYK00.020.240.33
HSL55.61º19.81%59.41%-
HSV(B)55.61º23.84%67.45%-
XYZ35.338.7927.1-
YUV165.56108.49132.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=36.44%
G=35.81%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216913100.020.240.3355.6119.8159.41
HexACA98302182138143b
Octal254251203023041702473
Binary1010110010101001100000110101100010000111100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA983; }

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

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

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

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

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

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

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

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