#A2B45E

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

Shades of Green Smoke #A2B45E

Tints of Green Smoke #A2B45E

Color information

#A2B45E (or 0xA2B45E) is unknown color: approx Green Smoke. HEX triplet: A2, B4 and 5E. RGB value is (162,180,94). Sum of RGB (Red+Green+Blue) = 162+180+94=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B45E is #5D4BA1. Grayscale: #A5A5A5. Windows color (decimal): -6114210 or 6206626. OLE color: 6206626.

HSL color Cylindrical-coordinate representation of color #A2B45E: hue angle of 72.56º degrees, saturation: 0.36, 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 #A2B45E is Cyan = 0.1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB16218094-
CMYK0.100.480.29
HSL72.56º36.44%53.73%-
HSV(B)72.56º47.78%70.59%-
XYZ33.2441.1316.78-
YUV164.8188.04125.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=37.16%
G=41.28%
B=21.56%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180940.100.480.2972.5636.4453.73
HexA2B45EA0301D492436
Octal24226413612060351114466
Binary1010001010110100101111010100110000111011001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B45E; }

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

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

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

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

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

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

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

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