#A6B393

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

Shades of Norway #A6B393

Tints of Norway #A6B393

Color information

#A6B393 (or 0xA6B393) is unknown color: approx Norway. HEX triplet: A6, B3 and 93. RGB value is (166,179,147). Sum of RGB (Red+Green+Blue) = 166+179+147=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B393 is #594C6C. Grayscale: #ABABAB. Windows color (decimal): -5852269 or 9679782. OLE color: 9679782.

HSL color Cylindrical-coordinate representation of color #A6B393: hue angle of 84.37º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6B393 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB166179147-
CMYK0.0700.180.30
HSL84.37º17.39%63.92%-
HSV(B)84.37º17.88%70.2%-
XYZ37.1142.4533.84-
YUV171.46114.19124.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=33.74%
G=36.38%
B=29.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661791470.0700.180.3084.3717.3963.92
HexA6B39370121E541140
Octal24626322370223612421100
Binary101001101011001110010011111010010111101010100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B393; }

 p { color: rgb(166,179,147); }

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

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

 a { background-color: rgb(166,179,147); }

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

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

 span { border-color: rgb(166,179,147); }

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