#A1B98F

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

Shades of Norway #A1B98F

Tints of Norway #A1B98F

Color information

#A1B98F (or 0xA1B98F) is unknown color: approx Norway. HEX triplet: A1, B9 and 8F. RGB value is (161,185,143). Sum of RGB (Red+Green+Blue) = 161+185+143=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B98F is #5E4670. Grayscale: #ADADAD. Windows color (decimal): -6178417 or 9419169. OLE color: 9419169.

HSL color Cylindrical-coordinate representation of color #A1B98F: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1B98F is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB161185143-
CMYK0.1300.230.27
HSL94.29º23.08%64.31%-
HSV(B)94.29º22.7%72.55%-
XYZ3744.2632.58-
YUV173.04111.05119.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=32.92%
G=37.83%
B=29.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851430.1300.230.2794.2923.0864.31
HexA1B98FD0171B5e1740
Octal241271217150273313627100
Binary1010000110111001100011111101010111110111011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B98F; }

 p { color: rgb(161,185,143); }

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

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

 a { background-color: rgb(161,185,143); }

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

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

 span { border-color: rgb(161,185,143); }

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