#A1B791

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

Shades of Norway #A1B791

Tints of Norway #A1B791

Color information

#A1B791 (or 0xA1B791) is unknown color: approx Norway. HEX triplet: A1, B7 and 91. RGB value is (161,183,145). Sum of RGB (Red+Green+Blue) = 161+183+145=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B791 is #5E486E. Grayscale: #ACACAC. Windows color (decimal): -6178927 or 9549729. OLE color: 9549729.

HSL color Cylindrical-coordinate representation of color #A1B791: hue angle of 94.74º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1B791 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB161183145-
CMYK0.1200.210.28
HSL94.74º20.88%64.31%-
HSV(B)94.74º20.77%71.76%-
XYZ36.7443.4933.25-
YUV172.09112.71120.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=32.92%
G=37.42%
B=29.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831450.1200.210.2894.7420.8864.31
HexA1B791C0151C5f1540
Octal241267221140253413725100
Binary1010000110110111100100011100010101111001011111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B791; }

 p { color: rgb(161,183,145); }

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

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

 a { background-color: rgb(161,183,145); }

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

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

 span { border-color: rgb(161,183,145); }

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