#A9B16E

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

Shades of Green Smoke #A9B16E

Tints of Green Smoke #A9B16E

Color information

#A9B16E (or 0xA9B16E) is unknown color: approx Green Smoke. HEX triplet: A9, B1 and 6E. RGB value is (169,177,110). Sum of RGB (Red+Green+Blue) = 169+177+110=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B16E is #564E91. Grayscale: #A7A7A7. Windows color (decimal): -5656210 or 7254441. OLE color: 7254441.

HSL color Cylindrical-coordinate representation of color #A9B16E: hue angle of 67.16º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9B16E is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB169177110-
CMYK0.0500.380.31
HSL67.16º30.04%56.27%-
HSV(B)67.16º37.85%69.41%-
XYZ34.941.0120.83-
YUV166.9795.85129.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=37.06%
G=38.82%
B=24.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691771100.0500.380.3167.1630.0456.27
HexA9B16E50261F431e38
Octal2512611565046371033670
Binary10101001101100011101110101010011011111100001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B16E; }

 p { color: rgb(169,177,110); }

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

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

 a { background-color: rgb(169,177,110); }

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

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

 span { border-color: rgb(169,177,110); }

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