#ACB394

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

Shades of Green Spring #ACB394

Tints of Green Spring #ACB394

Color information

#ACB394 (or 0xACB394) is unknown color: approx Green Spring. HEX triplet: AC, B3 and 94. RGB value is (172,179,148). Sum of RGB (Red+Green+Blue) = 172+179+148=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB394 is #534C6B. Grayscale: #ADADAD. Windows color (decimal): -5459052 or 9745324. OLE color: 9745324.

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

Color convert

RGB172179148-
CMYK0.0400.170.30
HSL73.55º16.94%64.12%-
HSV(B)73.55º17.32%70.2%-
XYZ38.4843.1534.32-
YUV173.37113.68127.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=34.47%
G=35.87%
B=29.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791480.0400.170.3073.5516.9464.12
HexACB39440111E4a1140
Octal25426322440213611221100
Binary101011001011001110010100100010001111101001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB394; }

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

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

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

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

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

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

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

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