#A2B687

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

Shades of Norway #A2B687

Tints of Norway #A2B687

Color information

#A2B687 (or 0xA2B687) is unknown color: approx Norway. HEX triplet: A2, B6 and 87. RGB value is (162,182,135). Sum of RGB (Red+Green+Blue) = 162+182+135=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B687 is #5D4978. Grayscale: #AAAAAA. Windows color (decimal): -6113657 or 8894114. OLE color: 8894114.

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

Color convert

RGB162182135-
CMYK0.1100.260.29
HSL85.53º24.35%62.16%-
HSV(B)85.53º25.82%71.37%-
XYZ3642.8929.3-
YUV170.66107.87121.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=33.82%
G=38.00%
B=28.18%

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
Decimal1621821350.1100.260.2985.5324.3562.16
HexA2B687B01A1D56183e
Octal24226620713032351263076
Binary101000101011011010000111101101101011101101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B687; }

 p { color: rgb(162,182,135); }

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

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

 a { background-color: rgb(162,182,135); }

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

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

 span { border-color: rgb(162,182,135); }

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