#ACB491

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

Shades of Green Spring #ACB491

Tints of Green Spring #ACB491

Color information

#ACB491 (or 0xACB491) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 91. RGB value is (172,180,145). Sum of RGB (Red+Green+Blue) = 172+180+145=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB491 is #534B6E. Grayscale: #ADADAD. Windows color (decimal): -5458799 or 9548972. OLE color: 9548972.

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

Color convert

RGB172180145-
CMYK0.0400.190.29
HSL73.71º18.92%63.73%-
HSV(B)73.71º19.44%70.59%-
XYZ38.4543.4633.15-
YUV173.62111.85126.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=34.61%
G=36.22%
B=29.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801450.0400.190.2973.7118.9263.73
HexACB49140131D4a1340
Octal25426422140233511223100
Binary101011001011010010010001100010011111011001010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB491; }

 p { color: rgb(172,180,145); }

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

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

 a { background-color: rgb(172,180,145); }

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

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

 span { border-color: rgb(172,180,145); }

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