#A3B996

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

Shades of Norway #A3B996

Tints of Norway #A3B996

Color information

#A3B996 (or 0xA3B996) is unknown color: approx Norway. HEX triplet: A3, B9 and 96. RGB value is (163,185,150). Sum of RGB (Red+Green+Blue) = 163+185+150=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B996 is #5C4669. Grayscale: #AEAEAE. Windows color (decimal): -6047338 or 9877923. OLE color: 9877923.

HSL color Cylindrical-coordinate representation of color #A3B996: hue angle of 97.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3B996 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB163185150-
CMYK0.1200.190.27
HSL97.71º20%65.69%-
HSV(B)97.71º18.92%72.55%-
XYZ37.9644.6935.48-
YUV174.43114.21119.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=32.73%
G=37.15%
B=30.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851500.1200.190.2797.712065.69
HexA3B996C0131B621442
Octal243271226140233314224102
Binary1010001110111001100101101100010011110111100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B996; }

 p { color: rgb(163,185,150); }

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

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

 a { background-color: rgb(163,185,150); }

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

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

 span { border-color: rgb(163,185,150); }

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