#A9B49B

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

Shades of Norway #A9B49B

Tints of Norway #A9B49B

Color information

#A9B49B (or 0xA9B49B) is unknown color: approx Norway. HEX triplet: A9, B4 and 9B. RGB value is (169,180,155). Sum of RGB (Red+Green+Blue) = 169+180+155=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B49B is #564B64. Grayscale: #ADADAD. Windows color (decimal): -5655397 or 10204329. OLE color: 10204329.

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

Color convert

RGB169180155-
CMYK0.0600.140.29
HSL86.4º14.29%65.69%-
HSV(B)86.4º13.89%70.59%-
XYZ38.643.4437.36-
YUV173.86117.36124.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=33.53%
G=35.71%
B=30.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801550.0600.140.2986.414.2965.69
HexA9B49B60E1D56e42
Octal25126423360163512616102
Binary1010100110110100100110111100111011101101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B49B; }

 p { color: rgb(169,180,155); }

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

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

 a { background-color: rgb(169,180,155); }

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

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

 span { border-color: rgb(169,180,155); }

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