#A0B293

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

Shades of Norway #A0B293

Tints of Norway #A0B293

Color information

#A0B293 (or 0xA0B293) is unknown color: approx Norway. HEX triplet: A0, B2 and 93. RGB value is (160,178,147). Sum of RGB (Red+Green+Blue) = 160+178+147=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B293 is #5F4D6C. Grayscale: #A9A9A9. Windows color (decimal): -6245741 or 9679520. OLE color: 9679520.

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

Color convert

RGB160178147-
CMYK0.1000.170.30
HSL94.84º16.76%63.73%-
HSV(B)94.84º17.42%69.8%-
XYZ35.6841.4233.72-
YUV169.08115.54121.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=32.99%
G=36.70%
B=30.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601781470.1000.170.3094.8416.7663.73
HexA0B293A0111E5f1140
Octal240262223120213613721100
Binary1010000010110010100100111010010001111101011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B293; }

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

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

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

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

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

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

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

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