#A6B45F

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

Shades of Green Smoke #A6B45F

Tints of Green Smoke #A6B45F

Color information

#A6B45F (or 0xA6B45F) is unknown color: approx Green Smoke. HEX triplet: A6, B4 and 5F. RGB value is (166,180,95). Sum of RGB (Red+Green+Blue) = 166+180+95=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B45F is #594BA0. Grayscale: #A6A6A6. Windows color (decimal): -5852065 or 6272166. OLE color: 6272166.

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

Color convert

RGB16618095-
CMYK0.0800.470.29
HSL69.88º36.17%53.92%-
HSV(B)69.88º47.22%70.59%-
XYZ34.1141.5817.05-
YUV166.1287.86127.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=37.64%
G=40.82%
B=21.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180950.0800.470.2969.8836.1753.92
HexA6B45F802F1D462436
Octal24626413710057351064466
Binary1010011010110100101111110000101111111011000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B45F; }

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

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

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

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

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

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

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

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