#A9B46F

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

Shades of Green Smoke #A9B46F

Tints of Green Smoke #A9B46F

Color information

#A9B46F (or 0xA9B46F) is unknown color: approx Green Smoke. HEX triplet: A9, B4 and 6F. RGB value is (169,180,111). Sum of RGB (Red+Green+Blue) = 169+180+111=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B46F is #564B90. Grayscale: #A9A9A9. Windows color (decimal): -5655441 or 7320745. OLE color: 7320745.

HSL color Cylindrical-coordinate representation of color #A9B46F: hue angle of 69.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9B46F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB169180111-
CMYK0.0600.380.29
HSL69.57º31.51%57.06%-
HSV(B)69.57º38.33%70.59%-
XYZ35.5542.2321.32-
YUV168.8495.36128.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=36.74%
G=39.13%
B=24.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801110.0600.380.2969.5731.5157.06
HexA9B46F60261D462039
Octal2512641576046351064071
Binary101010011011010011011111100100110111011000110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B46F; }

 p { color: rgb(169,180,111); }

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

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

 a { background-color: rgb(169,180,111); }

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

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

 span { border-color: rgb(169,180,111); }

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