#ACB59C

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

Shades of Green Spring #ACB59C

Tints of Green Spring #ACB59C

Color information

#ACB59C (or 0xACB59C) is unknown color: approx Green Spring. HEX triplet: AC, B5 and 9C. RGB value is (172,181,156). Sum of RGB (Red+Green+Blue) = 172+181+156=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB59C is #534A63. Grayscale: #AFAFAF. Windows color (decimal): -5458532 or 10270124. OLE color: 10270124.

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

Color convert

RGB172181156-
CMYK0.0500.140.29
HSL81.6º14.45%66.08%-
HSV(B)81.6º13.81%70.98%-
XYZ39.5444.2237.9-
YUV175.46117.02125.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=33.79%
G=35.56%
B=30.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811560.0500.140.2981.614.4566.08
HexACB59C50E1D52e42
Octal25426523450163512216102
Binary1010110010110101100111001010111011101101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB59C; }

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

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

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

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

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

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

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

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