#ACB89A

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

Shades of Green Spring #ACB89A

Tints of Green Spring #ACB89A

Color information

#ACB89A (or 0xACB89A) is unknown color: approx Green Spring. HEX triplet: AC, B8 and 9A. RGB value is (172,184,154). Sum of RGB (Red+Green+Blue) = 172+184+154=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89A is #534765. Grayscale: #B1B1B1. Windows color (decimal): -5457766 or 10139820. OLE color: 10139820.

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

Color convert

RGB172184154-
CMYK0.0700.160.28
HSL84º17.44%66.27%-
HSV(B)84º16.3%72.16%-
XYZ39.9945.3837.22-
YUV176.99115.02124.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 184 (72.27% from 255) = 36.08%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=33.73%
G=36.08%
B=30.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841540.0700.160.288417.4466.27
HexACB89A70101C541142
Octal25427023270203412421102
Binary101011001011100010011010111010000111001010100100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB89A; }

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

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

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

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

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

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

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

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