#A0B586

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

Shades of Norway #A0B586

Tints of Norway #A0B586

Color information

#A0B586 (or 0xA0B586) is unknown color: approx Norway. HEX triplet: A0, B5 and 86. RGB value is (160,181,134). Sum of RGB (Red+Green+Blue) = 160+181+134=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B586 is #5F4A79. Grayscale: #A9A9A9. Windows color (decimal): -6244986 or 8828320. OLE color: 8828320.

HSL color Cylindrical-coordinate representation of color #A0B586: hue angle of 86.81º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0B586 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB160181134-
CMYK0.1200.260.29
HSL86.81º24.1%61.76%-
HSV(B)86.81º25.97%70.98%-
XYZ35.3242.2428.85-
YUV169.36108.04121.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=33.68%
G=38.11%
B=28.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811340.1200.260.2986.8124.161.76
HexA0B586C01A1D57183e
Octal24026520614032351273076
Binary101000001011010110000110110001101011101101011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B586; }

 p { color: rgb(160,181,134); }

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

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

 a { background-color: rgb(160,181,134); }

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

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

 span { border-color: rgb(160,181,134); }

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