#98AA8B

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

Shades of Norway #98AA8B

Tints of Norway #98AA8B

Color information

#98AA8B (or 0x98AA8B) is unknown color: approx Norway. HEX triplet: 98, AA and 8B. RGB value is (152,170,139). Sum of RGB (Red+Green+Blue) = 152+170+139=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA8B is #675574. Grayscale: #A1A1A1. Windows color (decimal): -6772085 or 9153176. OLE color: 9153176.

HSL color Cylindrical-coordinate representation of color #98AA8B: hue angle of 94.84º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98AA8B is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB152170139-
CMYK0.1100.180.33
HSL94.84º15.42%60.59%-
HSV(B)94.84º18.24%66.67%-
XYZ31.9837.2929.94-
YUV161.08115.54121.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=32.97%
G=36.88%
B=30.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701390.1100.180.3394.8415.4260.59
Hex98AA8BB012215ff3d
Octal23025221313022411371775
Binary100110001010101010001011101101001010000110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AA8B; }

 p { color: rgb(152,170,139); }

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

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

 a { background-color: rgb(152,170,139); }

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

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

 span { border-color: rgb(152,170,139); }

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