#a2b55e

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

Shades of Green Smoke #A2B55E

Tints of Green Smoke #A2B55E

Color information

#A2B55E (or 0xA2B55E) is unknown color: approx Green Smoke. HEX triplet: A2, B5 and 5E. RGB value is (162,181,94). Sum of RGB (Red+Green+Blue) = 162+181+94=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B55E is #5D4AA1. Grayscale: #A5A5A5. Windows color (decimal): -6113954 or 6206882. OLE color: 6206882.

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

Color convert

RGB16218194-
CMYK0.1000.480.29
HSL73.1º37.02%53.92%-
HSV(B)73.1º48.07%70.98%-
XYZ33.4441.5416.84-
YUV165.487.71125.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=37.07%
G=41.42%
B=21.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162181940.1000.480.2973.137.0253.92
HexA2B55EA0301D492536
Octal24226513612060351114566
Binary1010001010110101101111010100110000111011001001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2b55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2b55e; }

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

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

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

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

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

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

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

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