#9AA98B

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

Shades of Norway #9AA98B

Tints of Norway #9AA98B

Color information

#9AA98B (or 0x9AA98B) is unknown color: approx Norway. HEX triplet: 9A, A9 and 8B. RGB value is (154,169,139). Sum of RGB (Red+Green+Blue) = 154+169+139=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA98B is #655674. Grayscale: #A1A1A1. Windows color (decimal): -6641269 or 9152922. OLE color: 9152922.

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

Color convert

RGB154169139-
CMYK0.0900.180.34
HSL90º14.85%60.39%-
HSV(B)90º17.75%66.27%-
XYZ32.1737.1129.89-
YUV161.1115.53122.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=33.33%
G=36.58%
B=30.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691390.0900.180.349014.8560.39
Hex9AA98B9012225af3c
Octal23225121311022421321774
Binary100110101010100110001011100101001010001010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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