#A6B65E

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

Shades of Green Smoke #A6B65E

Tints of Green Smoke #A6B65E

Color information

#A6B65E (or 0xA6B65E) is unknown color: approx Green Smoke. HEX triplet: A6, B6 and 5E. RGB value is (166,182,94). Sum of RGB (Red+Green+Blue) = 166+182+94=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B65E is #5949A1. Grayscale: #A7A7A7. Windows color (decimal): -5851554 or 6207142. OLE color: 6207142.

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

Color convert

RGB16618294-
CMYK0.0900.480.29
HSL70.91º37.61%54.12%-
HSV(B)70.91º48.35%71.37%-
XYZ34.4742.3716.95-
YUV167.1886.7127.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=37.56%
G=41.18%
B=21.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166182940.0900.480.2970.9137.6154.12
HexA6B65E90301D472636
Octal24626613611060351074666
Binary1010011010110110101111010010110000111011000111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B65E; }

 p { color: rgb(166,182,94); }

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

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

 a { background-color: rgb(166,182,94); }

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

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

 span { border-color: rgb(166,182,94); }

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