#A2B495

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

Shades of Norway #A2B495

Tints of Norway #A2B495

Color information

#A2B495 (or 0xA2B495) is unknown color: approx Norway. HEX triplet: A2, B4 and 95. RGB value is (162,180,149). Sum of RGB (Red+Green+Blue) = 162+180+149=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B495 is #5D4B6A. Grayscale: #ABABAB. Windows color (decimal): -6114155 or 9811106. OLE color: 9811106.

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

Color convert

RGB162180149-
CMYK0.100.170.29
HSL94.84º17.13%64.51%-
HSV(B)94.84º17.22%70.59%-
XYZ36.6542.4934.7-
YUV171.08115.54121.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=32.99%
G=36.66%
B=30.35%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801490.100.170.2994.8417.1364.51
HexA2B495A0111D5f1141
Octal242264225120213513721101
Binary1010001010110100100101011010010001111011011111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B495; }

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

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

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

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

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

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

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

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