#A1B195

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

Shades of Norway #A1B195

Tints of Norway #A1B195

Color information

#A1B195 (or 0xA1B195) is unknown color: approx Norway. HEX triplet: A1, B1 and 95. RGB value is (161,177,149). Sum of RGB (Red+Green+Blue) = 161+177+149=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B195 is #5E4E6A. Grayscale: #A9A9A9. Windows color (decimal): -6180459 or 9810337. OLE color: 9810337.

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

Color convert

RGB161177149-
CMYK0.0900.160.31
HSL94.29º15.22%63.92%-
HSV(B)94.29º15.82%69.41%-
XYZ35.8441.1934.5-
YUV169.02116.7122.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=33.06%
G=36.34%
B=30.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771490.0900.160.3194.2915.2263.92
HexA1B19590101F5ef40
Octal241261225110203713617100
Binary101000011011000110010101100101000011111101111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B195; }

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

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

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

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

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

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

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

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