#A6BF8E

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

Shades of Norway #A6BF8E

Tints of Norway #A6BF8E

Color information

#A6BF8E (or 0xA6BF8E) is unknown color: approx Norway. HEX triplet: A6, BF and 8E. RGB value is (166,191,142). Sum of RGB (Red+Green+Blue) = 166+191+142=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BF8E is #594071. Grayscale: #B2B2B2. Windows color (decimal): -5849202 or 9355174. OLE color: 9355174.

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

Color convert

RGB166191142-
CMYK0.1300.260.25
HSL90.61º27.68%65.29%-
HSV(B)90.61º25.65%74.9%-
XYZ39.2447.3232.66-
YUV177.94107.72119.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=33.27%
G=38.28%
B=28.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911420.1300.260.2590.6127.6865.29
HexA6BF8ED01A195b1c41
Octal246277216150323113334101
Binary1010011010111111100011101101011010110011011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF8E; }

 p { color: rgb(166,191,142); }

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

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

 a { background-color: rgb(166,191,142); }

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

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

 span { border-color: rgb(166,191,142); }

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