#A3B396

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

Shades of Norway #A3B396

Tints of Norway #A3B396

Color information

#A3B396 (or 0xA3B396) is unknown color: approx Norway. HEX triplet: A3, B3 and 96. RGB value is (163,179,150). Sum of RGB (Red+Green+Blue) = 163+179+150=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B396 is #5C4C69. Grayscale: #ABABAB. Windows color (decimal): -6048874 or 9876387. OLE color: 9876387.

HSL color Cylindrical-coordinate representation of color #A3B396: hue angle of 93.1º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3B396 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB163179150-
CMYK0.0900.160.30
HSL93.1º16.02%64.51%-
HSV(B)93.1º16.2%70.2%-
XYZ36.7342.2335.07-
YUV170.91116.2122.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=33.13%
G=36.38%
B=30.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631791500.0900.160.3093.116.0264.51
HexA3B39690101E5d1041
Octal243263226110203613520101
Binary1010001110110011100101101001010000111101011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B396; }

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

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

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

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

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

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

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

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