#A9B796

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

Shades of Norway #A9B796

Tints of Norway #A9B796

Color information

#A9B796 (or 0xA9B796) is unknown color: approx Norway. HEX triplet: A9, B7 and 96. RGB value is (169,183,150). Sum of RGB (Red+Green+Blue) = 169+183+150=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B796 is #564869. Grayscale: #AFAFAF. Windows color (decimal): -5654634 or 9877417. OLE color: 9877417.

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

Color convert

RGB169183150-
CMYK0.0800.180.28
HSL85.45º18.64%65.29%-
HSV(B)85.45º18.03%71.76%-
XYZ38.844.535.4-
YUV175.05113.86123.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=33.67%
G=36.45%
B=29.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831500.0800.180.2885.4518.6465.29
HexA9B79680121C551341
Octal251267226100223412523101
Binary1010100110110111100101101000010010111001010101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B796; }

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

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

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

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

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

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

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

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