#A6C686

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

Shades of Norway #A6C686

Tints of Norway #A6C686

Color information

#A6C686 (or 0xA6C686) is unknown color: approx Norway. HEX triplet: A6, C6 and 86. RGB value is (166,198,134). Sum of RGB (Red+Green+Blue) = 166+198+134=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C686 is #593979. Grayscale: #B5B5B5. Windows color (decimal): -5847418 or 8832678. OLE color: 8832678.

HSL color Cylindrical-coordinate representation of color #A6C686: hue angle of 90º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6C686 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB166198134-
CMYK0.1600.320.22
HSL90º35.96%65.1%-
HSV(B)90º32.32%77.65%-
XYZ40.2250.2230.13-
YUV181.14101.4117.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=33.33%
G=39.76%
B=26.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981340.1600.320.229035.9665.1
HexA6C68610020165a2441
Octal246306206200402613244101
Binary1010011011000110100001101000001000001011010110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C686; }

 p { color: rgb(166,198,134); }

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

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

 a { background-color: rgb(166,198,134); }

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

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

 span { border-color: rgb(166,198,134); }

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