#A4B797

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

Shades of Norway #A4B797

Tints of Norway #A4B797

Color information

#A4B797 (or 0xA4B797) is unknown color: approx Norway. HEX triplet: A4, B7 and 97. RGB value is (164,183,151). Sum of RGB (Red+Green+Blue) = 164+183+151=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B797 is #5B4868. Grayscale: #ADADAD. Windows color (decimal): -5982313 or 9942948. OLE color: 9942948.

HSL color Cylindrical-coordinate representation of color #A4B797: hue angle of 95.62º 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 #A4B797 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB164183151-
CMYK0.1000.170.28
HSL95.62º18.18%65.49%-
HSV(B)95.62º17.49%71.76%-
XYZ37.8343.9935.78-
YUV173.67115.21121.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=32.93%
G=36.75%
B=30.32%

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
Decimal1641831510.1000.170.2895.6218.1865.49
HexA4B797A0111C601241
Octal244267227120213414022101
Binary1010010010110111100101111010010001111001100000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B797; }

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

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

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

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

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

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

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

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