#A2A697

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

Shades of Green Spring #A2A697

Tints of Green Spring #A2A697

Color information

#A2A697 (or 0xA2A697) is unknown color: approx Green Spring. HEX triplet: A2, A6 and 97. RGB value is (162,166,151). Sum of RGB (Red+Green+Blue) = 162+166+151=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A697 is #5D5968. Grayscale: #A3A3A3. Windows color (decimal): -6117737 or 9938594. OLE color: 9938594.

HSL color Cylindrical-coordinate representation of color #A2A697: hue angle of 76º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2A697 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB162166151-
CMYK0.0200.090.35
HSL76º7.77%62.16%-
HSV(B)76º9.04%65.1%-
XYZ34.1237.1934.66-
YUV163.09121.17127.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 151 (59.38% from 255) = 31.52%
R=33.82%
G=34.66%
B=31.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621661510.0200.090.35767.7762.16
HexA2A697209234c83e
Octal2422462272011431141076
Binary101000101010011010010111100100110001110011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A697; }

 p { color: rgb(162,166,151); }

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

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

 a { background-color: rgb(162,166,151); }

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

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

 span { border-color: rgb(162,166,151); }

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