#A0B291

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

Shades of Norway #A0B291

Tints of Norway #A0B291

Color information

#A0B291 (or 0xA0B291) is unknown color: approx Norway. HEX triplet: A0, B2 and 91. RGB value is (160,178,145). Sum of RGB (Red+Green+Blue) = 160+178+145=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B291 is #5F4D6E. Grayscale: #A8A8A8. Windows color (decimal): -6245743 or 9548448. OLE color: 9548448.

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

Color convert

RGB160178145-
CMYK0.1000.190.30
HSL92.73º17.65%63.33%-
HSV(B)92.73º18.54%69.8%-
XYZ35.5341.3632.9-
YUV168.86114.54121.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=33.13%
G=36.85%
B=30.02%

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
Decimal1601781450.1000.190.3092.7317.6563.33
HexA0B291A0131E5d123f
Octal24026222112023361352277
Binary101000001011001010010001101001001111110101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B291; }

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

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

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

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

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

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

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

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