#ACB891

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

Shades of Green Spring #ACB891

Tints of Green Spring #ACB891

Color information

#ACB891 (or 0xACB891) is unknown color: approx Green Spring. HEX triplet: AC, B8 and 91. RGB value is (172,184,145). Sum of RGB (Red+Green+Blue) = 172+184+145=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB891 is #53476E. Grayscale: #B0B0B0. Windows color (decimal): -5457775 or 9549996. OLE color: 9549996.

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

Color convert

RGB172184145-
CMYK0.0700.210.28
HSL78.46º21.55%64.51%-
HSV(B)78.46º21.2%72.16%-
XYZ39.2645.133.42-
YUV175.97110.52125.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=34.33%
G=36.73%
B=28.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841450.0700.210.2878.4621.5564.51
HexACB89170151C4e1641
Octal25427022170253411626101
Binary101011001011100010010001111010101111001001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB891; }

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

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

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

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

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

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

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

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