#A9B794

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

Shades of Norway #A9B794

Tints of Norway #A9B794

Color information

#A9B794 (or 0xA9B794) is unknown color: approx Norway. HEX triplet: A9, B7 and 94. RGB value is (169,183,148). Sum of RGB (Red+Green+Blue) = 169+183+148=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B794 is #56486B. Grayscale: #AEAEAE. Windows color (decimal): -5654636 or 9746345. OLE color: 9746345.

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

Color convert

RGB169183148-
CMYK0.0800.190.28
HSL84º19.55%64.9%-
HSV(B)84º19.13%71.76%-
XYZ38.6444.4434.56-
YUV174.82112.86123.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=33.8%
G=36.6%
B=29.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831480.0800.190.288419.5564.9
HexA9B79480131C541441
Octal251267224100233412424101
Binary1010100110110111100101001000010011111001010100101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B794; }

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

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

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

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

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

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

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

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