#A2B963

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

Shades of Green Smoke #A2B963

Tints of Green Smoke #A2B963

Color information

#A2B963 (or 0xA2B963) is unknown color: approx Green Smoke. HEX triplet: A2, B9 and 63. RGB value is (162,185,99). Sum of RGB (Red+Green+Blue) = 162+185+99=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B963 is #5D469C. Grayscale: #A8A8A8. Windows color (decimal): -6112925 or 6535586. OLE color: 6535586.

HSL color Cylindrical-coordinate representation of color #A2B963: hue angle of 76.05º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2B963 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB16218599-
CMYK0.1200.460.27
HSL76.05º38.05%55.69%-
HSV(B)76.05º46.49%72.55%-
XYZ34.543.2818.34-
YUV168.3288.88123.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=36.32%
G=41.48%
B=22.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162185990.1200.460.2776.0538.0555.69
HexA2B963C02E1B4c2638
Octal24227114314056331144670
Binary1010001010111001110001111000101110110111001100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B963; }

 p { color: rgb(162,185,99); }

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

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

 a { background-color: rgb(162,185,99); }

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

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

 span { border-color: rgb(162,185,99); }

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