#A5B497

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

Shades of Norway #A5B497

Tints of Norway #A5B497

Color information

#A5B497 (or 0xA5B497) is unknown color: approx Norway. HEX triplet: A5, B4 and 97. RGB value is (165,180,151). Sum of RGB (Red+Green+Blue) = 165+180+151=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B497 is #5A4B68. Grayscale: #ACACAC. Windows color (decimal): -5917545 or 9942181. OLE color: 9942181.

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

Color convert

RGB165180151-
CMYK0.0800.160.29
HSL91.03º16.2%64.9%-
HSV(B)91.03º16.11%70.59%-
XYZ37.4242.8835.58-
YUV172.21116.03122.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=33.27%
G=36.29%
B=30.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801510.0800.160.2991.0316.264.9
HexA5B49780101D5b1041
Octal245264227100203513320101
Binary1010010110110100100101111000010000111011011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B497; }

 p { color: rgb(165,180,151); }

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

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

 a { background-color: rgb(165,180,151); }

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

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

 span { border-color: rgb(165,180,151); }

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