#A6C386

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

Shades of Norway #A6C386

Tints of Norway #A6C386

Color information

#A6C386 (or 0xA6C386) is unknown color: approx Norway. HEX triplet: A6, C3 and 86. RGB value is (166,195,134). Sum of RGB (Red+Green+Blue) = 166+195+134=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C386 is #593C79. Grayscale: #B3B3B3. Windows color (decimal): -5848186 or 8831910. OLE color: 8831910.

HSL color Cylindrical-coordinate representation of color #A6C386: hue angle of 88.52º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C386 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB166195134-
CMYK0.1500.310.24
HSL88.52º33.7%64.51%-
HSV(B)88.52º31.28%76.47%-
XYZ39.5448.8629.9-
YUV179.38102.39118.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=33.54%
G=39.39%
B=27.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951340.1500.310.2488.5233.764.51
HexA6C386F01F18592241
Octal246303206170373013142101
Binary10100110110000111000011011110111111100010110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C386; }

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

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

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

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

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

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

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

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