#A2A95B

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

Shades of Green Smoke #A2A95B

Tints of Green Smoke #A2A95B

Color information

#A2A95B (or 0xA2A95B) is unknown color: approx Green Smoke. HEX triplet: A2, A9 and 5B. RGB value is (162,169,91). Sum of RGB (Red+Green+Blue) = 162+169+91=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A95B is #5D56A4. Grayscale: #9E9E9E. Windows color (decimal): -6117029 or 6007202. OLE color: 6007202.

HSL color Cylindrical-coordinate representation of color #A2A95B: hue angle of 65.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2A95B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16216991-
CMYK0.0400.460.34
HSL65.38º31.2%50.98%-
HSV(B)65.38º46.15%66.27%-
XYZ30.9836.8115.37-
YUV158.0190.18130.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=38.39%
G=40.05%
B=21.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162169910.0400.460.3465.3831.250.98
HexA2A95B402E22411f33
Octal2422511334056421013763
Binary101000101010100110110111000101110100010100000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A95B; }

 p { color: rgb(162,169,91); }

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

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

 a { background-color: rgb(162,169,91); }

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

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

 span { border-color: rgb(162,169,91); }

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