#ACB493

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

Shades of Green Spring #ACB493

Tints of Green Spring #ACB493

Color information

#ACB493 (or 0xACB493) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 93. RGB value is (172,180,147). Sum of RGB (Red+Green+Blue) = 172+180+147=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB493 is #534B6C. Grayscale: #ADADAD. Windows color (decimal): -5458797 or 9680044. OLE color: 9680044.

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

Color convert

RGB172180147-
CMYK0.0400.180.29
HSL74.55º18.03%64.12%-
HSV(B)74.55º18.33%70.59%-
XYZ38.643.5233.97-
YUV173.85112.85126.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=34.47%
G=36.07%
B=29.46%

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
Decimal1721801470.0400.180.2974.5518.0364.12
HexACB49340121D4b1240
Octal25426422340223511322100
Binary101011001011010010010011100010010111011001011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB493; }

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

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

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

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

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

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

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

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