#A9BB9C

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

Shades of Norway #A9BB9C

Tints of Norway #A9BB9C

Color information

#A9BB9C (or 0xA9BB9C) is unknown color: approx Norway. HEX triplet: A9, BB and 9C. RGB value is (169,187,156). Sum of RGB (Red+Green+Blue) = 169+187+156=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB9C is #564463. Grayscale: #B2B2B2. Windows color (decimal): -5653604 or 10271657. OLE color: 10271657.

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

Color convert

RGB169187156-
CMYK0.1000.170.27
HSL94.84º18.56%67.25%-
HSV(B)94.84º16.58%73.33%-
XYZ40.1346.3838.29-
YUV178.08115.54121.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=33.01%
G=36.52%
B=30.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871560.1000.170.2794.8418.5667.25
HexA9BB9CA0111B5f1343
Octal251273234120213313723103
Binary1010100110111011100111001010010001110111011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BB9C; }

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

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

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

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

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

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

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

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