#A1B590

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

Shades of Norway #A1B590

Tints of Norway #A1B590

Color information

#A1B590 (or 0xA1B590) is unknown color: approx Norway. HEX triplet: A1, B5 and 90. RGB value is (161,181,144). Sum of RGB (Red+Green+Blue) = 161+181+144=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B590 is #5E4A6F. Grayscale: #AAAAAA. Windows color (decimal): -6179440 or 9483681. OLE color: 9483681.

HSL color Cylindrical-coordinate representation of color #A1B590: hue angle of 92.43º degrees, saturation: 0.2, 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 #A1B590 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB161181144-
CMYK0.1100.200.29
HSL92.43º20%63.73%-
HSV(B)92.43º20.44%70.98%-
XYZ36.2642.6432.7-
YUV170.8112.87121.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=33.13%
G=37.24%
B=29.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811440.1100.200.2992.432063.73
HexA1B590B0141D5c1440
Octal241265220130243513424100
Binary1010000110110101100100001011010100111011011100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B590; }

 p { color: rgb(161,181,144); }

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

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

 a { background-color: rgb(161,181,144); }

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

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

 span { border-color: rgb(161,181,144); }

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