#A6B45B

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

Shades of Green Smoke #A6B45B

Tints of Green Smoke #A6B45B

Color information

#A6B45B (or 0xA6B45B) is unknown color: approx Green Smoke. HEX triplet: A6, B4 and 5B. RGB value is (166,180,91). Sum of RGB (Red+Green+Blue) = 166+180+91=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B45B is #594BA4. Grayscale: #A6A6A6. Windows color (decimal): -5852069 or 6010022. OLE color: 6010022.

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

Color convert

RGB16618091-
CMYK0.0800.490.29
HSL69.44º37.24%53.14%-
HSV(B)69.44º49.44%70.59%-
XYZ33.9441.516.12-
YUV165.6785.86128.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=37.99%
G=41.19%
B=20.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180910.0800.490.2969.4437.2453.14
HexA6B45B80311D452535
Octal24626413310061351054565
Binary1010011010110100101101110000110001111011000101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B45B; }

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

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

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

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

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

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

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

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