#A1B194

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

Shades of Norway #A1B194

Tints of Norway #A1B194

Color information

#A1B194 (or 0xA1B194) is unknown color: approx Norway. HEX triplet: A1, B1 and 94. RGB value is (161,177,148). Sum of RGB (Red+Green+Blue) = 161+177+148=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B194 is #5E4E6B. Grayscale: #A9A9A9. Windows color (decimal): -6180460 or 9744801. OLE color: 9744801.

HSL color Cylindrical-coordinate representation of color #A1B194: hue angle of 93.1º degrees, saturation: 0.16, 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 #A1B194 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB161177148-
CMYK0.0900.160.31
HSL93.1º15.68%63.73%-
HSV(B)93.1º16.38%69.41%-
XYZ35.7741.1634.08-
YUV168.91116.2122.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=33.13%
G=36.42%
B=30.45%

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
Decimal1611771480.0900.160.3193.115.6863.73
HexA1B19490101F5d1040
Octal241261224110203713520100
Binary1010000110110001100101001001010000111111011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B194; }

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

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

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

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

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

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

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

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