#A2A992

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

Shades of Green Spring #A2A992

Tints of Green Spring #A2A992

Color information

#A2A992 (or 0xA2A992) is unknown color: approx Green Spring. HEX triplet: A2, A9 and 92. RGB value is (162,169,146). Sum of RGB (Red+Green+Blue) = 162+169+146=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A992 is #5D566D. Grayscale: #A4A4A4. Windows color (decimal): -6116974 or 9611682. OLE color: 9611682.

HSL color Cylindrical-coordinate representation of color #A2A992: hue angle of 78.26º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2A992 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB162169146-
CMYK0.0400.140.34
HSL78.26º11.79%61.76%-
HSV(B)78.26º13.61%66.27%-
XYZ34.2838.1332.75-
YUV164.28117.68126.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=33.96%
G=35.43%
B=30.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621691460.0400.140.3478.2611.7961.76
HexA2A99240E224ec3e
Octal2422512224016421161476
Binary1010001010101001100100101000111010001010011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A992; }

 p { color: rgb(162,169,146); }

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

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

 a { background-color: rgb(162,169,146); }

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

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

 span { border-color: rgb(162,169,146); }

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