#A8C686

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

Shades of Norway #A8C686

Tints of Norway #A8C686

Color information

#A8C686 (or 0xA8C686) is unknown color: approx Norway. HEX triplet: A8, C6 and 86. RGB value is (168,198,134). Sum of RGB (Red+Green+Blue) = 168+198+134=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C686 is #573979. Grayscale: #B5B5B5. Windows color (decimal): -5716346 or 8832680. OLE color: 8832680.

HSL color Cylindrical-coordinate representation of color #A8C686: hue angle of 88.12º 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 #A8C686 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB168198134-
CMYK0.1500.320.22
HSL88.12º35.96%65.1%-
HSV(B)88.12º32.32%77.65%-
XYZ40.6550.4330.15-
YUV181.73101.06118.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 198 (77.73% from 255) = 39.6%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=33.6%
G=39.6%
B=26.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981340.1500.320.2288.1235.9665.1
HexA8C686F02016582441
Octal250306206170402613044101
Binary101010001100011010000110111101000001011010110001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C686; }

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

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

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

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

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

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

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

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