#A1B983

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

Shades of Norway #A1B983

Tints of Norway #A1B983

Color information

#A1B983 (or 0xA1B983) is unknown color: approx Norway. HEX triplet: A1, B9 and 83. RGB value is (161,185,131). Sum of RGB (Red+Green+Blue) = 161+185+131=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B983 is #5E467C. Grayscale: #ABABAB. Windows color (decimal): -6178429 or 8632737. OLE color: 8632737.

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

Color convert

RGB161185131-
CMYK0.1300.290.27
HSL86.67º27.84%61.96%-
HSV(B)86.67º29.19%72.55%-
XYZ36.1443.9128.04-
YUV171.67105.05120.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=33.75%
G=38.78%
B=27.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851310.1300.290.2786.6727.8461.96
HexA1B983D01D1B571c3e
Octal24127120315035331273476
Binary101000011011100110000011110101110111011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B983; }

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

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

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

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

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

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

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

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