#ACB49E

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

Shades of Green Spring #ACB49E

Tints of Green Spring #ACB49E

Color information

#ACB49E (or 0xACB49E) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 9E. RGB value is (172,180,158). Sum of RGB (Red+Green+Blue) = 172+180+158=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49E is #534B61. Grayscale: #AFAFAF. Windows color (decimal): -5458786 or 10400940. OLE color: 10400940.

HSL color Cylindrical-coordinate representation of color #ACB49E: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB49E is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB172180158-
CMYK0.0400.120.29
HSL81.82º12.79%66.27%-
HSV(B)81.82º12.22%70.59%-
XYZ39.5143.8838.74-
YUV175.1118.35125.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=33.73%
G=35.29%
B=30.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801580.0400.120.2981.8212.7966.27
HexACB49E40C1D52d42
Octal25426423640143512215102
Binary1010110010110100100111101000110011101101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB49E; }

 p { color: rgb(172,180,158); }

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

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

 a { background-color: rgb(172,180,158); }

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

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

 span { border-color: rgb(172,180,158); }

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