#989999

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

Shades of Submarine #989999

Tints of Submarine #989999

Color information

#989999 (or 0x989999) is unknown color: approx Submarine. HEX triplet: 98, 99 and 99. RGB value is (152,153,153). Sum of RGB (Red+Green+Blue) = 152+153+153=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #989999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989999 is #676666. Grayscale: #989898. Windows color (decimal): -6776423 or 10066328. OLE color: 10066328.

HSL color Cylindrical-coordinate representation of color #989999: hue angle of 180º degrees, saturation: 0, 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 #989999 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB152153153-
CMYK0.01000.4
HSL180º0.49%59.8%-
HSV(B)180º0.65%60%-
XYZ30.0931.7634.68-
YUV152.7128.17127.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=33.19%
G=33.41%
B=33.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521531530.01000.41800.4959.8
Hex98999910028b403c
Octal23023123110050264074
Binary100110001001100110011001100101000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989999; }

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

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

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

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

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

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

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

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