#A5B396

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

Shades of Norway #A5B396

Tints of Norway #A5B396

Color information

#A5B396 (or 0xA5B396) is unknown color: approx Norway. HEX triplet: A5, B3 and 96. RGB value is (165,179,150). Sum of RGB (Red+Green+Blue) = 165+179+150=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B396 is #5A4C69. Grayscale: #ABABAB. Windows color (decimal): -5917802 or 9876389. OLE color: 9876389.

HSL color Cylindrical-coordinate representation of color #A5B396: hue angle of 88.97º 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 #A5B396 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB165179150-
CMYK0.0800.160.30
HSL88.97º16.02%64.51%-
HSV(B)88.97º16.2%70.2%-
XYZ37.1442.4435.09-
YUV171.51115.86123.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=33.40%
G=36.23%
B=30.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791500.0800.160.3088.9716.0264.51
HexA5B39680101E591041
Octal245263226100203613120101
Binary1010010110110011100101101000010000111101011001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B396; }

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

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

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

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

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

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

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

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