#A9B694

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

Shades of Norway #A9B694

Tints of Norway #A9B694

Color information

#A9B694 (or 0xA9B694) is unknown color: approx Norway. HEX triplet: A9, B6 and 94. RGB value is (169,182,148). Sum of RGB (Red+Green+Blue) = 169+182+148=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B694 is #56496B. Grayscale: #AEAEAE. Windows color (decimal): -5654892 or 9746089. OLE color: 9746089.

HSL color Cylindrical-coordinate representation of color #A9B694: hue angle of 82.94º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9B694 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB169182148-
CMYK0.0700.190.29
HSL82.94º18.89%64.71%-
HSV(B)82.94º18.68%71.37%-
XYZ38.4444.0334.49-
YUV174.24113.19124.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=33.87%
G=36.47%
B=29.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821480.0700.190.2982.9418.8964.71
HexA9B69470131D531341
Octal25126622470233512323101
Binary101010011011011010010100111010011111011010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B694; }

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

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

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

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

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

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

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

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