#A2B059

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

Shades of Green Smoke #A2B059

Tints of Green Smoke #A2B059

Color information

#A2B059 (or 0xA2B059) is unknown color: approx Green Smoke. HEX triplet: A2, B0 and 59. RGB value is (162,176,89). Sum of RGB (Red+Green+Blue) = 162+176+89=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B059 is #5D4FA6. Grayscale: #A2A2A2. Windows color (decimal): -6115239 or 5877922. OLE color: 5877922.

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

Color convert

RGB16217689-
CMYK0.0800.490.31
HSL69.66º35.51%51.96%-
HSV(B)69.66º49.43%69.02%-
XYZ32.2339.4515.37-
YUV161.986.86128.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=37.94%
G=41.22%
B=20.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176890.0800.490.3169.6635.5151.96
HexA2B05980311F462434
Octal24226013110061371064464
Binary1010001010110000101100110000110001111111000110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B059; }

 p { color: rgb(162,176,89); }

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

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

 a { background-color: rgb(162,176,89); }

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

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

 span { border-color: rgb(162,176,89); }

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