#A2AA92

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

Shades of Green Spring #A2AA92

Tints of Green Spring #A2AA92

Color information

#A2AA92 (or 0xA2AA92) is unknown color: approx Green Spring. HEX triplet: A2, AA and 92. RGB value is (162,170,146). Sum of RGB (Red+Green+Blue) = 162+170+146=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA92 is #5D556D. Grayscale: #A4A4A4. Windows color (decimal): -6116718 or 9611938. OLE color: 9611938.

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

Color convert

RGB162170146-
CMYK0.0500.140.33
HSL80º12.37%61.96%-
HSV(B)80º14.12%66.67%-
XYZ34.4638.5132.81-
YUV164.87117.35125.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=33.89%
G=35.56%
B=30.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701460.0500.140.338012.3761.96
HexA2AA9250E2150c3e
Octal2422522225016411201476
Binary1010001010101010100100101010111010000110100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA92; }

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

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

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

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

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

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

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

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