#A9B89C

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

Shades of Norway #A9B89C

Tints of Norway #A9B89C

Color information

#A9B89C (or 0xA9B89C) is unknown color: approx Norway. HEX triplet: A9, B8 and 9C. RGB value is (169,184,156). Sum of RGB (Red+Green+Blue) = 169+184+156=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B89C is #564763. Grayscale: #B0B0B0. Windows color (decimal): -5654372 or 10270889. OLE color: 10270889.

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

Color convert

RGB169184156-
CMYK0.0800.150.28
HSL92.14º16.47%66.67%-
HSV(B)92.14º15.22%72.16%-
XYZ39.545.1238.08-
YUV176.32116.53122.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=33.20%
G=36.15%
B=30.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841560.0800.150.2892.1416.4766.67
HexA9B89C80F1C5c1043
Octal251270234100173413420103
Binary101010011011100010011100100001111111001011100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B89C; }

 p { color: rgb(169,184,156); }

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

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

 a { background-color: rgb(169,184,156); }

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

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

 span { border-color: rgb(169,184,156); }

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