#A6B293

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

Shades of Norway #A6B293

Tints of Norway #A6B293

Color information

#A6B293 (or 0xA6B293) is unknown color: approx Norway. HEX triplet: A6, B2 and 93. RGB value is (166,178,147). Sum of RGB (Red+Green+Blue) = 166+178+147=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B293 is #594D6C. Grayscale: #AAAAAA. Windows color (decimal): -5852525 or 9679526. OLE color: 9679526.

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

Color convert

RGB166178147-
CMYK0.0700.170.30
HSL83.23º16.76%63.73%-
HSV(B)83.23º17.42%69.8%-
XYZ36.9142.0533.78-
YUV170.88114.52124.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=33.81%
G=36.25%
B=29.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781470.0700.170.3083.2316.7663.73
HexA6B29370111E531140
Octal24626222370213612321100
Binary101001101011001010010011111010001111101010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B293; }

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

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

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

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

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

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

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

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