#A6B25E

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

Shades of Green Smoke #A6B25E

Tints of Green Smoke #A6B25E

Color information

#A6B25E (or 0xA6B25E) is unknown color: approx Green Smoke. HEX triplet: A6, B2 and 5E. RGB value is (166,178,94). Sum of RGB (Red+Green+Blue) = 166+178+94=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B25E is #594DA1. Grayscale: #A5A5A5. Windows color (decimal): -5852578 or 6206118. OLE color: 6206118.

HSL color Cylindrical-coordinate representation of color #A6B25E: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6B25E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB16617894-
CMYK0.0700.470.30
HSL68.57º35.29%53.33%-
HSV(B)68.57º47.19%69.8%-
XYZ33.6740.7616.68-
YUV164.8488.02128.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=37.90%
G=40.64%
B=21.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166178940.0700.470.3068.5735.2953.33
HexA6B25E702F1E452335
Octal2462621367057361054365
Binary101001101011001010111101110101111111101000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B25E; }

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

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

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

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

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

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

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

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