#9AA98C

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

Shades of Norway #9AA98C

Tints of Norway #9AA98C

Color information

#9AA98C (or 0x9AA98C) is unknown color: approx Norway. HEX triplet: 9A, A9 and 8C. RGB value is (154,169,140). Sum of RGB (Red+Green+Blue) = 154+169+140=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA98C is #655673. Grayscale: #A1A1A1. Windows color (decimal): -6641268 or 9218458. OLE color: 9218458.

HSL color Cylindrical-coordinate representation of color #9AA98C: hue angle of 91.03º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA98C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB154169140-
CMYK0.0900.170.34
HSL91.03º14.43%60.59%-
HSV(B)91.03º17.16%66.27%-
XYZ32.2537.1430.28-
YUV161.21116.03122.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=33.26%
G=36.50%
B=30.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691400.0900.170.3491.0314.4360.59
Hex9AA98C9011225be3d
Octal23225121411021421331675
Binary100110101010100110001100100101000110001010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA98C; }

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

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

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

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

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

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

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

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