#ACB494

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

Shades of Green Spring #ACB494

Tints of Green Spring #ACB494

Color information

#ACB494 (or 0xACB494) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 94. RGB value is (172,180,148). Sum of RGB (Red+Green+Blue) = 172+180+148=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB494 is #534B6B. Grayscale: #AEAEAE. Windows color (decimal): -5458796 or 9745580. OLE color: 9745580.

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

Color convert

RGB172180148-
CMYK0.0400.180.29
HSL75º17.58%64.31%-
HSV(B)75º17.78%70.59%-
XYZ38.6843.5534.38-
YUV173.96113.35126.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=34.4%
G=36%
B=29.6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801480.0400.180.297517.5864.31
HexACB49440121D4b1240
Octal25426422440223511322100
Binary101011001011010010010100100010010111011001011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB494; }

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

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

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

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

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

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

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

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