#A2B48A

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

Shades of Norway #A2B48A

Tints of Norway #A2B48A

Color information

#A2B48A (or 0xA2B48A) is unknown color: approx Norway. HEX triplet: A2, B4 and 8A. RGB value is (162,180,138). Sum of RGB (Red+Green+Blue) = 162+180+138=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B48A is #5D4B75. Grayscale: #A9A9A9. Windows color (decimal): -6114166 or 9090210. OLE color: 9090210.

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

Color convert

RGB162180138-
CMYK0.100.230.29
HSL85.71º21.88%62.35%-
HSV(B)85.71º23.33%70.59%-
XYZ35.8142.1630.29-
YUV169.83110.04122.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=33.75%
G=37.5%
B=28.75%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801380.100.230.2985.7121.8862.35
HexA2B48AA0171D56163e
Octal24226421212027351262676
Binary101000101011010010001010101001011111101101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B48A; }

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

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

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

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

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

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

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

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