#A1B198

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

Shades of Norway #A1B198

Tints of Norway #A1B198

Color information

#A1B198 (or 0xA1B198) is unknown color: approx Norway. HEX triplet: A1, B1 and 98. RGB value is (161,177,152). Sum of RGB (Red+Green+Blue) = 161+177+152=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B198 is #5E4E67. Grayscale: #A9A9A9. Windows color (decimal): -6180456 or 10006945. OLE color: 10006945.

HSL color Cylindrical-coordinate representation of color #A1B198: hue angle of 98.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B198 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB161177152-
CMYK0.0900.140.31
HSL98.4º13.81%64.51%-
HSV(B)98.4º14.12%69.41%-
XYZ36.0941.2935.77-
YUV169.37118.2122.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=32.86%
G=36.12%
B=31.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771520.0900.140.3198.413.8164.51
HexA1B19890E1F62e41
Octal241261230110163714216101
Binary10100001101100011001100010010111011111110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B198; }

 p { color: rgb(161,177,152); }

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

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

 a { background-color: rgb(161,177,152); }

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

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

 span { border-color: rgb(161,177,152); }

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