#A6BC8F

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

Shades of Norway #A6BC8F

Tints of Norway #A6BC8F

Color information

#A6BC8F (or 0xA6BC8F) is unknown color: approx Norway. HEX triplet: A6, BC and 8F. RGB value is (166,188,143). Sum of RGB (Red+Green+Blue) = 166+188+143=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC8F is #594370. Grayscale: #B0B0B0. Windows color (decimal): -5849969 or 9419942. OLE color: 9419942.

HSL color Cylindrical-coordinate representation of color #A6BC8F: hue angle of 89.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6BC8F is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB166188143-
CMYK0.1200.240.26
HSL89.33º25.14%64.9%-
HSV(B)89.33º23.94%73.73%-
XYZ38.6746.0632.84-
YUV176.29109.21120.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=33.40%
G=37.83%
B=28.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881430.1200.240.2689.3325.1464.9
HexA6BC8FC0181A591941
Octal246274217140303213131101
Binary1010011010111100100011111100011000110101011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC8F; }

 p { color: rgb(166,188,143); }

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

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

 a { background-color: rgb(166,188,143); }

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

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

 span { border-color: rgb(166,188,143); }

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