#A6B46A

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

Shades of Green Smoke #A6B46A

Tints of Green Smoke #A6B46A

Color information

#A6B46A (or 0xA6B46A) is unknown color: approx Green Smoke. HEX triplet: A6, B4 and 6A. RGB value is (166,180,106). Sum of RGB (Red+Green+Blue) = 166+180+106=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B46A is #594B95. Grayscale: #A7A7A7. Windows color (decimal): -5852054 or 6993062. OLE color: 6993062.

HSL color Cylindrical-coordinate representation of color #A6B46A: hue angle of 71.35º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6B46A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB166180106-
CMYK0.0800.410.29
HSL71.35º33.04%56.08%-
HSV(B)71.35º41.11%70.59%-
XYZ34.6541.7919.88-
YUV167.3893.36127.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=36.73%
G=39.82%
B=23.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801060.0800.410.2971.3533.0456.08
HexA6B46A80291D472138
Octal24626415210051351074170
Binary1010011010110100110101010000101001111011000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B46A; }

 p { color: rgb(166,180,106); }

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

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

 a { background-color: rgb(166,180,106); }

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

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

 span { border-color: rgb(166,180,106); }

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