#999B9B

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

Shades of Submarine #999B9B

Tints of Submarine #999B9B

Color information

#999B9B (or 0x999B9B) is unknown color: approx Submarine. HEX triplet: 99, 9B and 9B. RGB value is (153,155,155). Sum of RGB (Red+Green+Blue) = 153+155+155=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #999B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B9B is #666464. Grayscale: #9A9A9A. Windows color (decimal): -6710373 or 10197913. OLE color: 10197913.

HSL color Cylindrical-coordinate representation of color #999B9B: 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.01%. Process color model (Four color, CMYK) of #999B9B is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153155155-
CMYK0.01000.39
HSL180º0.99%60.39%-
HSV(B)180º1.29%60.78%-
XYZ30.7732.5835.68-
YUV154.4128.34127-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=33.05%
G=33.48%
B=33.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551550.01000.391800.9960.39
Hex999B9B10027b413c
Octal23123323310047264174
Binary100110011001101110011011100100111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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