#A2B490

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

Shades of Norway #A2B490

Tints of Norway #A2B490

Color information

#A2B490 (or 0xA2B490) is unknown color: approx Norway. HEX triplet: A2, B4 and 90. RGB value is (162,180,144). Sum of RGB (Red+Green+Blue) = 162+180+144=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B490 is #5D4B6F. Grayscale: #AAAAAA. Windows color (decimal): -6114160 or 9483426. OLE color: 9483426.

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

Color convert

RGB162180144-
CMYK0.100.20.29
HSL90º19.35%63.53%-
HSV(B)90º20%70.59%-
XYZ36.2642.3432.65-
YUV170.51113.04121.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=33.33%
G=37.04%
B=29.63%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801440.100.20.299019.3563.53
HexA2B490A0141D5a1340
Octal242264220120243513223100
Binary1010001010110100100100001010010100111011011010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B490; }

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

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

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

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

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

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

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

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