#A3B78C

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

Shades of Norway #A3B78C

Tints of Norway #A3B78C

Color information

#A3B78C (or 0xA3B78C) is unknown color: approx Norway. HEX triplet: A3, B7 and 8C. RGB value is (163,183,140). Sum of RGB (Red+Green+Blue) = 163+183+140=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B78C is #5C4873. Grayscale: #ACACAC. Windows color (decimal): -6047860 or 9222051. OLE color: 9222051.

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

Color convert

RGB163183140-
CMYK0.1100.230.28
HSL87.91º22.99%63.33%-
HSV(B)87.91º23.5%71.76%-
XYZ36.7743.5531.28-
YUV172.12109.87121.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 183 (71.88% from 255) = 37.65%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=33.54%
G=37.65%
B=28.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831400.1100.230.2887.9122.9963.33
HexA3B78CB0171C58173f
Octal24326721413027341302777
Binary101000111011011110001100101101011111100101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B78C; }

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

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

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

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

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

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

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

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