#A5B797

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

Shades of Norway #A5B797

Tints of Norway #A5B797

Color information

#A5B797 (or 0xA5B797) is unknown color: approx Norway. HEX triplet: A5, B7 and 97. RGB value is (165,183,151). Sum of RGB (Red+Green+Blue) = 165+183+151=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B797 is #5A4868. Grayscale: #AEAEAE. Windows color (decimal): -5916777 or 9942949. OLE color: 9942949.

HSL color Cylindrical-coordinate representation of color #A5B797: hue angle of 93.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5B797 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB165183151-
CMYK0.1000.170.28
HSL93.75º18.18%65.49%-
HSV(B)93.75º17.49%71.76%-
XYZ38.0444.135.79-
YUV173.97115.04121.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 151 (59.38% from 255) = 30.26%
R=33.07%
G=36.67%
B=30.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831510.1000.170.2893.7518.1865.49
HexA5B797A0111C5e1241
Octal245267227120213413622101
Binary1010010110110111100101111010010001111001011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B797; }

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

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

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

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

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

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

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

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