#ACB595

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

Shades of Green Spring #ACB595

Tints of Green Spring #ACB595

Color information

#ACB595 (or 0xACB595) is unknown color: approx Green Spring. HEX triplet: AC, B5 and 95. RGB value is (172,181,149). Sum of RGB (Red+Green+Blue) = 172+181+149=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB595 is #534A6A. Grayscale: #AEAEAE. Windows color (decimal): -5458539 or 9811372. OLE color: 9811372.

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

Color convert

RGB172181149-
CMYK0.0500.180.29
HSL76.88º17.78%64.71%-
HSV(B)76.88º17.68%70.98%-
XYZ38.9643.9934.87-
YUV174.66113.52126.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=34.26%
G=36.06%
B=29.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811490.0500.180.2976.8817.7864.71
HexACB59550121D4d1241
Octal25426522550223511522101
Binary101011001011010110010101101010010111011001101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB595; }

 p { color: rgb(172,181,149); }

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

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

 a { background-color: rgb(172,181,149); }

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

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

 span { border-color: rgb(172,181,149); }

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