#A1B783

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

Shades of Norway #A1B783

Tints of Norway #A1B783

Color information

#A1B783 (or 0xA1B783) is unknown color: approx Norway. HEX triplet: A1, B7 and 83. RGB value is (161,183,131). Sum of RGB (Red+Green+Blue) = 161+183+131=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B783 is #5E487C. Grayscale: #AAAAAA. Windows color (decimal): -6178941 or 8632225. OLE color: 8632225.

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

Color convert

RGB161183131-
CMYK0.1200.280.28
HSL85.38º26.53%61.57%-
HSV(B)85.38º28.42%71.76%-
XYZ35.7343.0827.91-
YUV170.49105.71121.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=33.89%
G=38.53%
B=27.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831310.1200.280.2885.3826.5361.57
HexA1B783C01C1C551b3e
Octal24126720314034341253376
Binary101000011011011110000011110001110011100101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B783; }

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

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

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

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

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

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

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

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