#ACB49D

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

Shades of Green Spring #ACB49D

Tints of Green Spring #ACB49D

Color information

#ACB49D (or 0xACB49D) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 9D. RGB value is (172,180,157). Sum of RGB (Red+Green+Blue) = 172+180+157=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49D is #534B62. Grayscale: #AFAFAF. Windows color (decimal): -5458787 or 10335404. OLE color: 10335404.

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

Color convert

RGB172180157-
CMYK0.0400.130.29
HSL80.87º13.29%66.08%-
HSV(B)80.87º12.78%70.59%-
XYZ39.4243.8538.28-
YUV174.99117.85125.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=33.79%
G=35.36%
B=30.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801570.0400.130.2980.8713.2966.08
HexACB49D40D1D51d42
Octal25426423540153512115102
Binary1010110010110100100111011000110111101101000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB49D; }

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

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

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

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

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

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

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

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