#ACB39A

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

Shades of Green Spring #ACB39A

Tints of Green Spring #ACB39A

Color information

#ACB39A (or 0xACB39A) is unknown color: approx Green Spring. HEX triplet: AC, B3 and 9A. RGB value is (172,179,154). Sum of RGB (Red+Green+Blue) = 172+179+154=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB39A is #534C65. Grayscale: #AEAEAE. Windows color (decimal): -5459046 or 10138540. OLE color: 10138540.

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

Color convert

RGB172179154-
CMYK0.0400.140.30
HSL76.8º14.12%65.29%-
HSV(B)76.8º13.97%70.2%-
XYZ38.9743.3436.88-
YUV174.06116.68126.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=34.06%
G=35.45%
B=30.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791540.0400.140.3076.814.1265.29
HexACB39A40E1E4de41
Octal25426323240163611516101
Binary1010110010110011100110101000111011110100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB39A; }

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

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

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

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

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

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

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

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