#ACB996

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

Shades of Green Spring #ACB996

Tints of Green Spring #ACB996

Color information

#ACB996 (or 0xACB996) is unknown color: approx Green Spring. HEX triplet: AC, B9 and 96. RGB value is (172,185,150). Sum of RGB (Red+Green+Blue) = 172+185+150=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB996 is #534669. Grayscale: #B1B1B1. Windows color (decimal): -5457514 or 9877932. OLE color: 9877932.

HSL color Cylindrical-coordinate representation of color #ACB996: hue angle of 82.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB996 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB172185150-
CMYK0.0700.190.27
HSL82.29º20%65.69%-
HSV(B)82.29º18.92%72.55%-
XYZ39.8745.6735.57-
YUV177.12112.69124.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=33.93%
G=36.49%
B=29.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851500.0700.190.2782.292065.69
HexACB99670131B521442
Octal25427122670233312224102
Binary101011001011100110010110111010011110111010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB996; }

 p { color: rgb(172,185,150); }

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

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

 a { background-color: rgb(172,185,150); }

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

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

 span { border-color: rgb(172,185,150); }

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