#A1B493

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

Shades of Norway #A1B493

Tints of Norway #A1B493

Color information

#A1B493 (or 0xA1B493) is unknown color: approx Norway. HEX triplet: A1, B4 and 93. RGB value is (161,180,147). Sum of RGB (Red+Green+Blue) = 161+180+147=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B493 is #5E4B6C. Grayscale: #AAAAAA. Windows color (decimal): -6179693 or 9680033. OLE color: 9680033.

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

Color convert

RGB161180147-
CMYK0.1100.180.29
HSL94.55º18.03%64.12%-
HSV(B)94.55º18.33%70.59%-
XYZ36.2942.3333.86-
YUV170.56114.71121.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=32.99%
G=36.89%
B=30.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801470.1100.180.2994.5518.0364.12
HexA1B493B0121D5f1240
Octal241264223130223513722100
Binary1010000110110100100100111011010010111011011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B493; }

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

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

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

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

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

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

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

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