#ACB397

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

Shades of Green Spring #ACB397

Tints of Green Spring #ACB397

Color information

#ACB397 (or 0xACB397) is unknown color: approx Green Spring. HEX triplet: AC, B3 and 97. RGB value is (172,179,151). Sum of RGB (Red+Green+Blue) = 172+179+151=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB397 is #534C68. Grayscale: #ADADAD. Windows color (decimal): -5459049 or 9941932. OLE color: 9941932.

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

Color convert

RGB172179151-
CMYK0.0400.160.30
HSL75º15.56%64.71%-
HSV(B)75º15.64%70.2%-
XYZ38.7243.2535.58-
YUV173.71115.18126.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=34.26%
G=35.66%
B=30.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791510.0400.160.307515.5664.71
HexACB39740101E4b1041
Octal25426322740203611320101
Binary101011001011001110010111100010000111101001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB397; }

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

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

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

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

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

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

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

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