#909E9C

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

Shades of Submarine #909E9C

Tints of Submarine #909E9C

Color information

#909E9C (or 0x909E9C) is unknown color: approx Submarine. HEX triplet: 90, 9E and 9C. RGB value is (144,158,156). Sum of RGB (Red+Green+Blue) = 144+158+156=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 158 - color contains mainly: green. Hex color #909E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909E9C is #6F6163. Grayscale: #999999. Windows color (decimal): -7299428 or 10264208. OLE color: 10264208.

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

Color convert

RGB144158156-
CMYK0.0900.010.38
HSL171.43º6.73%59.22%-
HSV(B)171.43º8.86%61.96%-
XYZ29.7332.7836.21-
YUV153.59129.36121.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=31.44%
G=34.50%
B=34.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441581560.0900.010.38171.436.7359.22
Hex909E9C90126ab73b
Octal220236234110146253773
Binary10010000100111101001110010010110011010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,158,156); }

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

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

 a { background-color: rgb(144,158,156); }

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

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

 span { border-color: rgb(144,158,156); }

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