#A6B56A

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

Shades of Green Smoke #A6B56A

Tints of Green Smoke #A6B56A

Color information

#A6B56A (or 0xA6B56A) is unknown color: approx Green Smoke. HEX triplet: A6, B5 and 6A. RGB value is (166,181,106). Sum of RGB (Red+Green+Blue) = 166+181+106=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B56A is #594A95. Grayscale: #A8A8A8. Windows color (decimal): -5851798 or 6993318. OLE color: 6993318.

HSL color Cylindrical-coordinate representation of color #A6B56A: hue angle of 72º degrees, saturation: 0.34, 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 #A6B56A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB166181106-
CMYK0.0800.410.29
HSL72º33.63%56.27%-
HSV(B)72º41.44%70.98%-
XYZ34.8542.219.94-
YUV167.9693.03126.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=36.64%
G=39.96%
B=23.40%

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
Decimal1661811060.0800.410.297233.6356.27
HexA6B56A80291D482238
Octal24626515210051351104270
Binary1010011010110101110101010000101001111011001000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B56A; }

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

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

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

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

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

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

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

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