#A2B487

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

Shades of Norway #A2B487

Tints of Norway #A2B487

Color information

#A2B487 (or 0xA2B487) is unknown color: approx Norway. HEX triplet: A2, B4 and 87. RGB value is (162,180,135). Sum of RGB (Red+Green+Blue) = 162+180+135=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B487 is #5D4B78. Grayscale: #A9A9A9. Windows color (decimal): -6114169 or 8893602. OLE color: 8893602.

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

Color convert

RGB162180135-
CMYK0.100.250.29
HSL84º23.08%61.76%-
HSV(B)84º25%70.59%-
XYZ35.5942.0729.17-
YUV169.49108.54122.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 135 (53.12% from 255) = 28.30%
R=33.96%
G=37.74%
B=28.30%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801350.100.250.298423.0861.76
HexA2B487A0191D54173e
Octal24226420712031351242776
Binary101000101011010010000111101001100111101101010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B487; }

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

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

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

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

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

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

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

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