#A1B491

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

Shades of Norway #A1B491

Tints of Norway #A1B491

Color information

#A1B491 (or 0xA1B491) is unknown color: approx Norway. HEX triplet: A1, B4 and 91. RGB value is (161,180,145). Sum of RGB (Red+Green+Blue) = 161+180+145=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B491 is #5E4B6E. Grayscale: #AAAAAA. Windows color (decimal): -6179695 or 9548961. OLE color: 9548961.

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

Color convert

RGB161180145-
CMYK0.1100.190.29
HSL92.57º18.92%63.73%-
HSV(B)92.57º19.44%70.59%-
XYZ36.1342.2633.04-
YUV170.33113.71121.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=33.13%
G=37.04%
B=29.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801450.1100.190.2992.5718.9263.73
HexA1B491B0131D5d1340
Octal241264221130233513523100
Binary1010000110110100100100011011010011111011011101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B491; }

 p { color: rgb(161,180,145); }

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

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

 a { background-color: rgb(161,180,145); }

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

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

 span { border-color: rgb(161,180,145); }

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