#9AA890

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

Shades of Norway #9AA890

Tints of Norway #9AA890

Color information

#9AA890 (or 0x9AA890) is unknown color: approx Norway. HEX triplet: 9A, A8 and 90. RGB value is (154,168,144). Sum of RGB (Red+Green+Blue) = 154+168+144=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA890 is #65576F. Grayscale: #A1A1A1. Windows color (decimal): -6641520 or 9480346. OLE color: 9480346.

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

Color convert

RGB154168144-
CMYK0.0800.140.34
HSL95º12.12%61.18%-
HSV(B)95º14.29%65.88%-
XYZ32.3636.8931.8-
YUV161.08118.36122.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=33.05%
G=36.05%
B=30.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681440.0800.140.349512.1261.18
Hex9AA89080E225fc3d
Octal23225022010016421371475
Binary10011010101010001001000010000111010001010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,144); }

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

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

 a { background-color: rgb(154,168,144); }

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

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

 span { border-color: rgb(154,168,144); }

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