#A9BA8E

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

Shades of Norway #A9BA8E

Tints of Norway #A9BA8E

Color information

#A9BA8E (or 0xA9BA8E) is unknown color: approx Norway. HEX triplet: A9, BA and 8E. RGB value is (169,186,142). Sum of RGB (Red+Green+Blue) = 169+186+142=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA8E is #564571. Grayscale: #B0B0B0. Windows color (decimal): -5653874 or 9353897. OLE color: 9353897.

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

Color convert

RGB169186142-
CMYK0.0900.240.27
HSL83.18º24.18%64.31%-
HSV(B)83.18º23.66%72.94%-
XYZ38.845.5132.33-
YUV175.9108.87123.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=34.00%
G=37.42%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861420.0900.240.2783.1824.1864.31
HexA9BA8E90181B531840
Octal251272216110303312330100
Binary1010100110111010100011101001011000110111010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA8E; }

 p { color: rgb(169,186,142); }

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

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

 a { background-color: rgb(169,186,142); }

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

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

 span { border-color: rgb(169,186,142); }

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