#A9B89E

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

Shades of Norway #A9B89E

Tints of Norway #A9B89E

Color information

#A9B89E (or 0xA9B89E) is unknown color: approx Norway. HEX triplet: A9, B8 and 9E. RGB value is (169,184,158). Sum of RGB (Red+Green+Blue) = 169+184+158=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B89E is #564761. Grayscale: #B0B0B0. Windows color (decimal): -5654370 or 10401961. OLE color: 10401961.

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

Color convert

RGB169184158-
CMYK0.0800.140.28
HSL94.62º15.48%67.06%-
HSV(B)94.62º14.13%72.16%-
XYZ39.6745.1838.98-
YUV176.55117.53122.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=33.07%
G=36.01%
B=30.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841580.0800.140.2894.6215.4867.06
HexA9B89E80E1C5ff43
Octal251270236100163413717103
Binary10101001101110001001111010000111011100101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B89E; }

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

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

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

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

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

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

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

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