#A2B16E

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

Shades of Green Smoke #A2B16E

Tints of Green Smoke #A2B16E

Color information

#A2B16E (or 0xA2B16E) is unknown color: approx Green Smoke. HEX triplet: A2, B1 and 6E. RGB value is (162,177,110). Sum of RGB (Red+Green+Blue) = 162+177+110=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B16E is #5D4E91. Grayscale: #A5A5A5. Windows color (decimal): -6114962 or 7254434. OLE color: 7254434.

HSL color Cylindrical-coordinate representation of color #A2B16E: hue angle of 73.43º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2B16E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB162177110-
CMYK0.0800.380.31
HSL73.43º30.04%56.27%-
HSV(B)73.43º37.85%69.41%-
XYZ33.4440.2520.76-
YUV164.8897.03125.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=36.08%
G=39.42%
B=24.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621771100.0800.380.3173.4330.0456.27
HexA2B16E80261F491e38
Octal24226115610046371113670
Binary101000101011000111011101000010011011111100100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B16E; }

 p { color: rgb(162,177,110); }

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

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

 a { background-color: rgb(162,177,110); }

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

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

 span { border-color: rgb(162,177,110); }

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