#A0B290

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

Shades of Norway #A0B290

Tints of Norway #A0B290

Color information

#A0B290 (or 0xA0B290) is unknown color: approx Norway. HEX triplet: A0, B2 and 90. RGB value is (160,178,144). Sum of RGB (Red+Green+Blue) = 160+178+144=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B290 is #5F4D6F. Grayscale: #A8A8A8. Windows color (decimal): -6245744 or 9482912. OLE color: 9482912.

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

Color convert

RGB160178144-
CMYK0.1000.190.30
HSL91.76º18.09%63.14%-
HSV(B)91.76º19.1%69.8%-
XYZ35.4541.3332.49-
YUV168.74114.04121.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=33.20%
G=36.93%
B=29.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601781440.1000.190.3091.7618.0963.14
HexA0B290A0131E5c123f
Octal24026222012023361342277
Binary101000001011001010010000101001001111110101110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B290; }

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

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

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

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

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

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

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

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