#A6C586

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

Shades of Norway #A6C586

Tints of Norway #A6C586

Color information

#A6C586 (or 0xA6C586) is unknown color: approx Norway. HEX triplet: A6, C5 and 86. RGB value is (166,197,134). Sum of RGB (Red+Green+Blue) = 166+197+134=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C586 is #593A79. Grayscale: #B4B4B4. Windows color (decimal): -5847674 or 8832422. OLE color: 8832422.

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

Color convert

RGB166197134-
CMYK0.1600.320.23
HSL89.52º35.2%64.9%-
HSV(B)89.52º31.98%77.25%-
XYZ4049.7630.05-
YUV180.55101.73117.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=33.40%
G=39.64%
B=26.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971340.1600.320.2389.5235.264.9
HexA6C58610020175a2341
Octal246305206200402713243101
Binary1010011011000101100001101000001000001011110110101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C586; }

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

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

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

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

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

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

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

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