#ACB39D

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

Shades of Green Spring #ACB39D

Tints of Green Spring #ACB39D

Color information

#ACB39D (or 0xACB39D) is unknown color: approx Green Spring. HEX triplet: AC, B3 and 9D. RGB value is (172,179,157). Sum of RGB (Red+Green+Blue) = 172+179+157=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB39D is #534C62. Grayscale: #AEAEAE. Windows color (decimal): -5459043 or 10335148. OLE color: 10335148.

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

Color convert

RGB172179157-
CMYK0.0400.120.30
HSL79.09º12.64%65.88%-
HSV(B)79.09º12.29%70.2%-
XYZ39.2243.4538.22-
YUV174.4118.18126.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=33.86%
G=35.24%
B=30.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791570.0400.120.3079.0912.6465.88
HexACB39D40C1E4fd42
Octal25426323540143611715102
Binary1010110010110011100111011000110011110100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB39D; }

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

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

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

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

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

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

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

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