#A6B262

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

Shades of Green Smoke #A6B262

Tints of Green Smoke #A6B262

Color information

#A6B262 (or 0xA6B262) is unknown color: approx Green Smoke. HEX triplet: A6, B2 and 62. RGB value is (166,178,98). Sum of RGB (Red+Green+Blue) = 166+178+98=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B262 is #594D9D. Grayscale: #A5A5A5. Windows color (decimal): -5852574 or 6468262. OLE color: 6468262.

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

Color convert

RGB16617898-
CMYK0.0700.450.30
HSL69º34.19%54.12%-
HSV(B)69º44.94%69.8%-
XYZ33.8540.8317.65-
YUV165.2990.02128.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 178 (69.92% from 255) = 40.27%
BLUE value IS 98 (38.67% from 255) = 22.17%
R=37.56%
G=40.27%
B=22.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166178980.0700.450.306934.1954.12
HexA6B262702D1E452236
Octal2462621427055361054266
Binary101001101011001011000101110101101111101000101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B262; }

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

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

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

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

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

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

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

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