#A6B98E

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

Shades of Norway #A6B98E

Tints of Norway #A6B98E

Color information

#A6B98E (or 0xA6B98E) is unknown color: approx Norway. HEX triplet: A6, B9 and 8E. RGB value is (166,185,142). Sum of RGB (Red+Green+Blue) = 166+185+142=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B98E is #594671. Grayscale: #AEAEAE. Windows color (decimal): -5850738 or 9353638. OLE color: 9353638.

HSL color Cylindrical-coordinate representation of color #A6B98E: hue angle of 86.51º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6B98E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB166185142-
CMYK0.1000.230.27
HSL86.51º23.5%64.12%-
HSV(B)86.51º23.24%72.55%-
XYZ37.9644.7632.23-
YUV174.42109.71122-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=33.67%
G=37.53%
B=28.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851420.1000.230.2786.5123.564.12
HexA6B98EA0171B571740
Octal246271216120273312727100
Binary1010011010111001100011101010010111110111010111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B98E; }

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

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

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

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

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

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

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

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