#A9B98C

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

Shades of Norway #A9B98C

Tints of Norway #A9B98C

Color information

#A9B98C (or 0xA9B98C) is unknown color: approx Norway. HEX triplet: A9, B9 and 8C. RGB value is (169,185,140). Sum of RGB (Red+Green+Blue) = 169+185+140=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B98C is #564673. Grayscale: #AFAFAF. Windows color (decimal): -5654132 or 9222569. OLE color: 9222569.

HSL color Cylindrical-coordinate representation of color #A9B98C: hue angle of 81.33º 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 #A9B98C is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB169185140-
CMYK0.0900.240.27
HSL81.33º24.32%63.73%-
HSV(B)81.33º24.32%72.55%-
XYZ38.4445.0331.48-
YUV175.09108.2123.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=34.21%
G=37.45%
B=28.34%

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
Decimal1691851400.0900.240.2781.3324.3263.73
HexA9B98C90181B511840
Octal251271214110303312130100
Binary1010100110111001100011001001011000110111010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B98C; }

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

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

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

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

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

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

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

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