#989A99

Color #989A99 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #989A99

Tints of Tower Grey #989A99

Color information

#989A99 (or 0x989A99) is unknown color: approx Tower Grey. HEX triplet: 98, 9A and 99. RGB value is (152,154,153). Sum of RGB (Red+Green+Blue) = 152+154+153=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 154 - color contains mainly: green. Hex color #989A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989A99 is #676566. Grayscale: #999999. Windows color (decimal): -6776167 or 10066584. OLE color: 10066584.

HSL color Cylindrical-coordinate representation of color #989A99: hue angle of 150º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #989A99 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB152154153-
CMYK0.0100.010.40
HSL150º0.98%60%-
HSV(B)150º1.3%60.39%-
XYZ30.2532.0934.74-
YUV153.29127.84127.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=33.12%
G=33.55%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521541530.0100.010.401500.9860
Hex989A99101289613c
Octal23023223110150226174
Binary100110001001101010011001101101000100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989A99; }

 p { color: rgb(152,154,153); }

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

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

 a { background-color: rgb(152,154,153); }

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

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

 span { border-color: rgb(152,154,153); }

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