#A6BA5E

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

Shades of Green Smoke #A6BA5E

Tints of Green Smoke #A6BA5E

Color information

#A6BA5E (or 0xA6BA5E) is unknown color: approx Green Smoke. HEX triplet: A6, BA and 5E. RGB value is (166,186,94). Sum of RGB (Red+Green+Blue) = 166+186+94=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA5E is #5945A1. Grayscale: #A9A9A9. Windows color (decimal): -5850530 or 6208166. OLE color: 6208166.

HSL color Cylindrical-coordinate representation of color #A6BA5E: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6BA5E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB16618694-
CMYK0.1100.490.27
HSL73.04º40%54.9%-
HSV(B)73.04º49.46%72.94%-
XYZ35.3144.0317.23-
YUV169.5385.37125.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=37.22%
G=41.70%
B=21.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166186940.1100.490.2773.044054.9
HexA6BA5EB0311B492837
Octal24627213613061331115067
Binary1010011010111010101111010110110001110111001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA5E; }

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

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

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

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

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

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

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

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