#A1B586

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

Shades of Norway #A1B586

Tints of Norway #A1B586

Color information

#A1B586 (or 0xA1B586) is unknown color: approx Norway. HEX triplet: A1, B5 and 86. RGB value is (161,181,134). Sum of RGB (Red+Green+Blue) = 161+181+134=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B586 is #5E4A79. Grayscale: #A9A9A9. Windows color (decimal): -6179450 or 8828321. OLE color: 8828321.

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

Color convert

RGB161181134-
CMYK0.1100.260.29
HSL85.53º24.1%61.76%-
HSV(B)85.53º25.97%70.98%-
XYZ35.5242.3528.86-
YUV169.66107.87121.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 181 (71.09% from 255) = 38.03%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=33.82%
G=38.03%
B=28.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811340.1100.260.2985.5324.161.76
HexA1B586B01A1D56183e
Octal24126520613032351263076
Binary101000011011010110000110101101101011101101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B586; }

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

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

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

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

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

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

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

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