#A0B393

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

Shades of Norway #A0B393

Tints of Norway #A0B393

Color information

#A0B393 (or 0xA0B393) is unknown color: approx Norway. HEX triplet: A0, B3 and 93. RGB value is (160,179,147). Sum of RGB (Red+Green+Blue) = 160+179+147=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B393 is #5F4C6C. Grayscale: #A9A9A9. Windows color (decimal): -6245485 or 9679776. OLE color: 9679776.

HSL color Cylindrical-coordinate representation of color #A0B393: hue angle of 95.62º 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 #A0B393 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB160179147-
CMYK0.1100.180.30
HSL95.62º17.39%63.92%-
HSV(B)95.62º17.88%70.2%-
XYZ35.8841.8233.78-
YUV169.67115.21121.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=32.92%
G=36.83%
B=30.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791470.1100.180.3095.6217.3963.92
HexA0B393B0121E601140
Octal240263223130223614021100
Binary1010000010110011100100111011010010111101100000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B393; }

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

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

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

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

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

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

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

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