#A2B493

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

Shades of Norway #A2B493

Tints of Norway #A2B493

Color information

#A2B493 (or 0xA2B493) is unknown color: approx Norway. HEX triplet: A2, B4 and 93. RGB value is (162,180,147). Sum of RGB (Red+Green+Blue) = 162+180+147=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B493 is #5D4B6C. Grayscale: #AAAAAA. Windows color (decimal): -6114157 or 9680034. OLE color: 9680034.

HSL color Cylindrical-coordinate representation of color #A2B493: hue angle of 92.73º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2B493 is Cyan = 0.1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB162180147-
CMYK0.100.180.29
HSL92.73º18.03%64.12%-
HSV(B)92.73º18.33%70.59%-
XYZ36.4942.4333.87-
YUV170.86114.54121.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=33.13%
G=36.81%
B=30.06%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801470.100.180.2992.7318.0364.12
HexA2B493A0121D5d1240
Octal242264223120223513522100
Binary1010001010110100100100111010010010111011011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B493; }

 p { color: rgb(162,180,147); }

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

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

 a { background-color: rgb(162,180,147); }

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

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

 span { border-color: rgb(162,180,147); }

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