#ACB893

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

Shades of Green Spring #ACB893

Tints of Green Spring #ACB893

Color information

#ACB893 (or 0xACB893) is unknown color: approx Green Spring. HEX triplet: AC, B8 and 93. RGB value is (172,184,147). Sum of RGB (Red+Green+Blue) = 172+184+147=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB893 is #53476C. Grayscale: #B0B0B0. Windows color (decimal): -5457773 or 9681068. OLE color: 9681068.

HSL color Cylindrical-coordinate representation of color #ACB893: hue angle of 79.46º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB893 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB172184147-
CMYK0.0700.200.28
HSL79.46º20.67%64.9%-
HSV(B)79.46º20.11%72.16%-
XYZ39.4245.1634.24-
YUV176.19111.52125.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=34.19%
G=36.58%
B=29.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841470.0700.200.2879.4620.6764.9
HexACB89370141C4f1541
Octal25427022370243411725101
Binary101011001011100010010011111010100111001001111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB893; }

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

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

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

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

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

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

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

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