#A2B160

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

Shades of Green Smoke #A2B160

Tints of Green Smoke #A2B160

Color information

#A2B160 (or 0xA2B160) is unknown color: approx Green Smoke. HEX triplet: A2, B1 and 60. RGB value is (162,177,96). Sum of RGB (Red+Green+Blue) = 162+177+96=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B160 is #5D4E9F. Grayscale: #A3A3A3. Windows color (decimal): -6114976 or 6336930. OLE color: 6336930.

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

Color convert

RGB16217796-
CMYK0.0800.460.31
HSL71.11º34.18%53.53%-
HSV(B)71.11º45.76%69.41%-
XYZ32.7339.9717.06-
YUV163.2890.03127.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=37.24%
G=40.69%
B=22.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162177960.0800.460.3171.1134.1853.53
HexA2B160802E1F472236
Octal24226114010056371074266
Binary1010001010110001110000010000101110111111000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B160; }

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

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

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

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

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

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

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

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