#A3B783

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

Shades of Norway #A3B783

Tints of Norway #A3B783

Color information

#A3B783 (or 0xA3B783) is unknown color: approx Norway. HEX triplet: A3, B7 and 83. RGB value is (163,183,131). Sum of RGB (Red+Green+Blue) = 163+183+131=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B783 is #5C487C. Grayscale: #ABABAB. Windows color (decimal): -6047869 or 8632227. OLE color: 8632227.

HSL color Cylindrical-coordinate representation of color #A3B783: hue angle of 83.08º 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 #A3B783 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB163183131-
CMYK0.1100.280.28
HSL83.08º26.53%61.57%-
HSV(B)83.08º28.42%71.76%-
XYZ36.1343.2927.92-
YUV171.09105.37122.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=34.17%
G=38.36%
B=27.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831310.1100.280.2883.0826.5361.57
HexA3B783B01C1C531b3e
Octal24326720313034341233376
Binary101000111011011110000011101101110011100101001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B783; }

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

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

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

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

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

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

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

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