#A2B494

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

Shades of Norway #A2B494

Tints of Norway #A2B494

Color information

#A2B494 (or 0xA2B494) is unknown color: approx Norway. HEX triplet: A2, B4 and 94. RGB value is (162,180,148). Sum of RGB (Red+Green+Blue) = 162+180+148=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B494 is #5D4B6B. Grayscale: #ABABAB. Windows color (decimal): -6114156 or 9745570. OLE color: 9745570.

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

Color convert

RGB162180148-
CMYK0.100.180.29
HSL93.75º17.58%64.31%-
HSV(B)93.75º17.78%70.59%-
XYZ36.5742.4634.29-
YUV170.97115.04121.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=33.06%
G=36.73%
B=30.20%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801480.100.180.2993.7517.5864.31
HexA2B494A0121D5e1240
Octal242264224120223513622100
Binary1010001010110100100101001010010010111011011110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B494; }

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

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

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

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

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

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

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

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