#ACAB7A

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

Shades of Neutral Green #ACAB7A

Tints of Neutral Green #ACAB7A

Color information

#ACAB7A (or 0xACAB7A) is unknown color: approx Neutral Green. HEX triplet: AC, AB and 7A. RGB value is (172,171,122). Sum of RGB (Red+Green+Blue) = 172+171+122=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB7A is #535485. Grayscale: #A5A5A5. Windows color (decimal): -5461126 or 8039340. OLE color: 8039340.

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

Color convert

RGB172171122-
CMYK00.010.290.33
HSL58.8º23.15%57.65%-
HSV(B)58.8º29.07%67.45%-
XYZ35.0939.324.15-
YUV165.71103.33132.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=36.99%
G=36.77%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217112200.010.290.3358.823.1557.65
HexACAB7A011D213b173a
Octal254253172013541732772
Binary10101100101010111111010011110110000111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB7A; }

 p { color: rgb(172,171,122); }

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

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

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

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

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

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

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