Html Css Color HEX #989A99 Tower Grey

📋 copy color: '#989A99'

red 152 ◦ green 154 ◦ blue 153

#989A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #989A99

Tints of Tower Grey #989A99

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 value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#989A99 (or 0x989A99) is known color: 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

RGB 152 154 153 -
CMYK 0.01 0 0.01 0.40
HSL 150º 0.01% 0.6% -
HSV(B) 150º 0.01% 0.6% -
XYZ 30.25 32.09 34.74 -
YUV 153.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 152 154 153 0.01 0 0.01 0.40 150 0.01 0.6
Hex 98 9A 99 1 0 1 28 96 1 3C
Octal 230 232 231 1 0 1 50 226 1 74
Binary 10011000 10011010 10011001 1 0 1 101000 10010110 1 111100

Color Harmonies of #989A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989A99

Black with #989A99

Text Example


Text Example

White with #989A99

Text Example


Text Example

HTML Codes & Css Web 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>