#ACA483

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

Shades of Neutral Green #ACA483

Tints of Neutral Green #ACA483

Color information

#ACA483 (or 0xACA483) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 83. RGB value is (172,164,131). Sum of RGB (Red+Green+Blue) = 172+164+131=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA483 is #535B7C. Grayscale: #A2A2A2. Windows color (decimal): -5462909 or 8627372. OLE color: 8627372.

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

Color convert

RGB172164131-
CMYK00.050.240.33
HSL48.29º19.81%59.41%-
HSV(B)48.29º23.84%67.45%-
XYZ34.3936.9626.79-
YUV162.63110.15134.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=36.83%
G=35.12%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216413100.050.240.3348.2919.8159.41
HexACA48305182130143b
Octal254244203053041602473
Binary10101100101001001000001101011100010000111000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA483; }

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

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

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

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

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

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

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

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