#A1B489

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

Shades of Norway #A1B489

Tints of Norway #A1B489

Color information

#A1B489 (or 0xA1B489) is unknown color: approx Norway. HEX triplet: A1, B4 and 89. RGB value is (161,180,137). Sum of RGB (Red+Green+Blue) = 161+180+137=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B489 is #5E4B76. Grayscale: #A9A9A9. Windows color (decimal): -6179703 or 9024673. OLE color: 9024673.

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

Color convert

RGB161180137-
CMYK0.1100.240.29
HSL86.51º22.28%62.16%-
HSV(B)86.51º23.89%70.59%-
XYZ35.5342.0329.91-
YUV169.42109.71122-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=33.68%
G=37.66%
B=28.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801370.1100.240.2986.5122.2862.16
HexA1B489B0181D57163e
Octal24126421113030351272676
Binary101000011011010010001001101101100011101101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B489; }

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

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

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

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

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

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

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

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