#A9B99D

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

Shades of Norway #A9B99D

Tints of Norway #A9B99D

Color information

#A9B99D (or 0xA9B99D) is unknown color: approx Norway. HEX triplet: A9, B9 and 9D. RGB value is (169,185,157). Sum of RGB (Red+Green+Blue) = 169+185+157=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B99D is #564662. Grayscale: #B1B1B1. Windows color (decimal): -5654115 or 10336681. OLE color: 10336681.

HSL color Cylindrical-coordinate representation of color #A9B99D: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9B99D is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB169185157-
CMYK0.0900.150.27
HSL94.29º16.67%67.06%-
HSV(B)94.29º15.14%72.55%-
XYZ39.845.5738.6-
YUV177.02116.7122.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=33.07%
G=36.20%
B=30.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851570.0900.150.2794.2916.6767.06
HexA9B99D90F1B5e1143
Octal251271235110173313621103
Binary101010011011100110011101100101111110111011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B99D; }

 p { color: rgb(169,185,157); }

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

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

 a { background-color: rgb(169,185,157); }

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

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

 span { border-color: rgb(169,185,157); }

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