#A3B782

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

Shades of Norway #A3B782

Tints of Norway #A3B782

Color information

#A3B782 (or 0xA3B782) is unknown color: approx Norway. HEX triplet: A3, B7 and 82. RGB value is (163,183,130). Sum of RGB (Red+Green+Blue) = 163+183+130=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B782 is #5C487D. Grayscale: #ABABAB. Windows color (decimal): -6047870 or 8566691. OLE color: 8566691.

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

Color convert

RGB163183130-
CMYK0.1100.290.28
HSL82.64º26.9%61.37%-
HSV(B)82.64º28.96%71.76%-
XYZ36.0743.2727.57-
YUV170.98104.87122.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 183 (71.88% from 255) = 38.45%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=34.24%
G=38.45%
B=27.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831300.1100.290.2882.6426.961.37
HexA3B782B01D1C531b3d
Octal24326720213035341233375
Binary101000111011011110000010101101110111100101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B782; }

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

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

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

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

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

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

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

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