#A2AB4E

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

Shades of Green Smoke #A2AB4E

Tints of Green Smoke #A2AB4E

Color information

#A2AB4E (or 0xA2AB4E) is unknown color: approx Green Smoke. HEX triplet: A2, AB and 4E. RGB value is (162,171,78). Sum of RGB (Red+Green+Blue) = 162+171+78=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB4E is #5D54B1. Grayscale: #9E9E9E. Windows color (decimal): -6116530 or 5155746. OLE color: 5155746.

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

Color convert

RGB16217178-
CMYK0.0500.540.33
HSL65.81º37.35%48.82%-
HSV(B)65.81º54.39%67.06%-
XYZ30.8437.3612.79-
YUV157.7183.02131.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=39.42%
G=41.61%
B=18.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162171780.0500.540.3365.8137.3548.82
HexA2AB4E503621422531
Octal2422531165066411024561
Binary1010001010101011100111010101101101000011000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB4E; }

 p { color: rgb(162,171,78); }

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

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

 a { background-color: rgb(162,171,78); }

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

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

 span { border-color: rgb(162,171,78); }

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