#ACB997

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

Shades of Green Spring #ACB997

Tints of Green Spring #ACB997

Color information

#ACB997 (or 0xACB997) is unknown color: approx Green Spring. HEX triplet: AC, B9 and 97. RGB value is (172,185,151). Sum of RGB (Red+Green+Blue) = 172+185+151=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB997 is #534668. Grayscale: #B1B1B1. Windows color (decimal): -5457513 or 9943468. OLE color: 9943468.

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

Color convert

RGB172185151-
CMYK0.0700.180.27
HSL82.94º19.54%65.88%-
HSV(B)82.94º18.38%72.55%-
XYZ39.9545.735.99-
YUV177.24113.19124.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=33.86%
G=36.42%
B=29.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851510.0700.180.2782.9419.5465.88
HexACB99770121B531442
Octal25427122770223312324102
Binary101011001011100110010111111010010110111010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB997; }

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

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

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

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

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

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

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

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