#ACB594

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

Shades of Green Spring #ACB594

Tints of Green Spring #ACB594

Color information

#ACB594 (or 0xACB594) is unknown color: approx Green Spring. HEX triplet: AC, B5 and 94. RGB value is (172,181,148). Sum of RGB (Red+Green+Blue) = 172+181+148=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB594 is #534A6B. Grayscale: #AEAEAE. Windows color (decimal): -5458540 or 9745836. OLE color: 9745836.

HSL color Cylindrical-coordinate representation of color #ACB594: hue angle of 76.36º 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 #ACB594 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB172181148-
CMYK0.0500.180.29
HSL76.36º18.23%64.51%-
HSV(B)76.36º18.23%70.98%-
XYZ38.8843.9634.45-
YUV174.55113.02126.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=34.33%
G=36.13%
B=29.54%

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
Decimal1721811480.0500.180.2976.3618.2364.51
HexACB59450121D4c1241
Octal25426522450223511422101
Binary101011001011010110010100101010010111011001100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB594; }

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

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

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

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

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

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

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

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