#A2B462

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

Shades of Green Smoke #A2B462

Tints of Green Smoke #A2B462

Color information

#A2B462 (or 0xA2B462) is unknown color: approx Green Smoke. HEX triplet: A2, B4 and 62. RGB value is (162,180,98). Sum of RGB (Red+Green+Blue) = 162+180+98=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B462 is #5D4B9D. Grayscale: #A5A5A5. Windows color (decimal): -6114206 or 6468770. OLE color: 6468770.

HSL color Cylindrical-coordinate representation of color #A2B462: hue angle of 73.17º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2B462 is Cyan = 0.1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB16218098-
CMYK0.100.460.29
HSL73.17º35.34%54.51%-
HSV(B)73.17º45.56%70.59%-
XYZ33.4341.2117.75-
YUV165.2790.04125.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=36.82%
G=40.91%
B=22.27%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180980.100.460.2973.1735.3454.51
HexA2B462A02E1D492337
Octal24226414212056351114367
Binary1010001010110100110001010100101110111011001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B462; }

 p { color: rgb(162,180,98); }

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

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

 a { background-color: rgb(162,180,98); }

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

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

 span { border-color: rgb(162,180,98); }

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