#A6C687

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

Shades of Norway #A6C687

Tints of Norway #A6C687

Color information

#A6C687 (or 0xA6C687) is unknown color: approx Norway. HEX triplet: A6, C6 and 87. RGB value is (166,198,135). Sum of RGB (Red+Green+Blue) = 166+198+135=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C687 is #593978. Grayscale: #B5B5B5. Windows color (decimal): -5847417 or 8898214. OLE color: 8898214.

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

Color convert

RGB166198135-
CMYK0.1600.320.22
HSL90.48º35.59%65.29%-
HSV(B)90.48º31.82%77.65%-
XYZ40.2950.2430.5-
YUV181.25101.9117.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 198 (77.73% from 255) = 39.68%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=33.27%
G=39.68%
B=27.05%

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
Decimal1661981350.1600.320.2290.4835.5965.29
HexA6C68710020165a2441
Octal246306207200402613244101
Binary1010011011000110100001111000001000001011010110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C687; }

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

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

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

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

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

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

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

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