#A2B586

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

Shades of Norway #A2B586

Tints of Norway #A2B586

Color information

#A2B586 (or 0xA2B586) is unknown color: approx Norway. HEX triplet: A2, B5 and 86. RGB value is (162,181,134). Sum of RGB (Red+Green+Blue) = 162+181+134=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B586 is #5D4A79. Grayscale: #AAAAAA. Windows color (decimal): -6113914 or 8828322. OLE color: 8828322.

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

Color convert

RGB162181134-
CMYK0.1000.260.29
HSL84.26º24.1%61.76%-
HSV(B)84.26º25.97%70.98%-
XYZ35.7342.4528.86-
YUV169.96107.71122.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=33.96%
G=37.95%
B=28.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811340.1000.260.2984.2624.161.76
HexA2B586A01A1D54183e
Octal24226520612032351243076
Binary101000101011010110000110101001101011101101010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B586; }

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

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

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

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

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

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

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

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