#A2B56A

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

Shades of Green Smoke #A2B56A

Tints of Green Smoke #A2B56A

Color information

#A2B56A (or 0xA2B56A) is unknown color: approx Green Smoke. HEX triplet: A2, B5 and 6A. RGB value is (162,181,106). Sum of RGB (Red+Green+Blue) = 162+181+106=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B56A is #5D4A95. Grayscale: #A7A7A7. Windows color (decimal): -6113942 or 6993314. OLE color: 6993314.

HSL color Cylindrical-coordinate representation of color #A2B56A: hue angle of 75.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2B56A is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB162181106-
CMYK0.1000.410.29
HSL75.2º33.63%56.27%-
HSV(B)75.2º41.44%70.98%-
XYZ34.0341.7719.9-
YUV166.7793.71124.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=36.08%
G=40.31%
B=23.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811060.1000.410.2975.233.6356.27
HexA2B56AA0291D4b2238
Octal24226515212051351134270
Binary1010001010110101110101010100101001111011001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B56A; }

 p { color: rgb(162,181,106); }

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

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

 a { background-color: rgb(162,181,106); }

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

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

 span { border-color: rgb(162,181,106); }

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