#989B9B

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

Shades of Submarine #989B9B

Tints of Submarine #989B9B

Color information

#989B9B (or 0x989B9B) is unknown color: approx Submarine. HEX triplet: 98, 9B and 9B. RGB value is (152,155,155). Sum of RGB (Red+Green+Blue) = 152+155+155=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #989B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B9B is #676464. Grayscale: #9A9A9A. Windows color (decimal): -6775909 or 10197912. OLE color: 10197912.

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

Color convert

RGB152155155-
CMYK0.02000.39
HSL180º1.48%60.2%-
HSV(B)180º1.94%60.78%-
XYZ30.5932.4835.67-
YUV154.1128.51126.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=32.90%
G=33.55%
B=33.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551550.02000.391801.4860.2
Hex989B9B20027b413c
Octal23023323320047264174
Binary1001100010011011100110111000100111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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