#A4B796

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

Shades of Norway #A4B796

Tints of Norway #A4B796

Color information

#A4B796 (or 0xA4B796) is unknown color: approx Norway. HEX triplet: A4, B7 and 96. RGB value is (164,183,150). Sum of RGB (Red+Green+Blue) = 164+183+150=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B796 is #5B4869. Grayscale: #ADADAD. Windows color (decimal): -5982314 or 9877412. OLE color: 9877412.

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

Color convert

RGB164183150-
CMYK0.1000.180.28
HSL94.55º18.64%65.29%-
HSV(B)94.55º18.03%71.76%-
XYZ37.7543.9635.35-
YUV173.56114.71121.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=33.00%
G=36.82%
B=30.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831500.1000.180.2894.5518.6465.29
HexA4B796A0121C5f1341
Octal244267226120223413723101
Binary1010010010110111100101101010010010111001011111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B796; }

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

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

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

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

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

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

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

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