#A2A893

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

Shades of Green Spring #A2A893

Tints of Green Spring #A2A893

Color information

#A2A893 (or 0xA2A893) is unknown color: approx Green Spring. HEX triplet: A2, A8 and 93. RGB value is (162,168,147). Sum of RGB (Red+Green+Blue) = 162+168+147=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A893 is #5D576C. Grayscale: #A3A3A3. Windows color (decimal): -6117229 or 9676962. OLE color: 9676962.

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

Color convert

RGB162168147-
CMYK0.0400.130.34
HSL77.14º10.77%61.76%-
HSV(B)77.14º12.5%65.88%-
XYZ34.1737.7933.1-
YUV163.81118.51126.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=33.96%
G=35.22%
B=30.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621681470.0400.130.3477.1410.7761.76
HexA2A89340D224db3e
Octal2422502234015421151376
Binary1010001010101000100100111000110110001010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A893; }

 p { color: rgb(162,168,147); }

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

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

 a { background-color: rgb(162,168,147); }

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

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

 span { border-color: rgb(162,168,147); }

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