#ACB497

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

Shades of Green Spring #ACB497

Tints of Green Spring #ACB497

Color information

#ACB497 (or 0xACB497) is unknown color: approx Green Spring. HEX triplet: AC, B4 and 97. RGB value is (172,180,151). Sum of RGB (Red+Green+Blue) = 172+180+151=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB497 is #534B68. Grayscale: #AEAEAE. Windows color (decimal): -5458793 or 9942188. OLE color: 9942188.

HSL color Cylindrical-coordinate representation of color #ACB497: hue angle of 76.55º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB497 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB172180151-
CMYK0.0400.160.29
HSL76.55º16.2%64.9%-
HSV(B)76.55º16.11%70.59%-
XYZ38.9243.6535.65-
YUV174.3114.85126.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=34.19%
G=35.79%
B=30.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801510.0400.160.2976.5516.264.9
HexACB49740101D4d1041
Octal25426422740203511520101
Binary101011001011010010010111100010000111011001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB497; }

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

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

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

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

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

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

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

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