#909B99

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

Shades of Submarine #909B99

Tints of Submarine #909B99

Color information

#909B99 (or 0x909B99) is unknown color: approx Submarine. HEX triplet: 90, 9B and 99. RGB value is (144,155,153). Sum of RGB (Red+Green+Blue) = 144+155+153=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 155 - color contains mainly: green. Hex color #909B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B99 is #6F6466. Grayscale: #979797. Windows color (decimal): -7300199 or 10066832. OLE color: 10066832.

HSL color Cylindrical-coordinate representation of color #909B99: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #909B99 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB144155153-
CMYK0.0700.010.39
HSL169.09º5.21%58.63%-
HSV(B)169.09º7.1%60.78%-
XYZ28.9731.6734.72-
YUV151.48128.86122.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=31.86%
G=34.29%
B=33.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441551530.0700.010.39169.095.2158.63
Hex909B9970127a953b
Octal22023323170147251573
Binary1001000010011011100110011110110011110101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909B99; }

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

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

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

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

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

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

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

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