#909796

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

Shades of Submarine #909796

Tints of Submarine #909796

Color information

#909796 (or 0x909796) is unknown color: approx Submarine. HEX triplet: 90, 97 and 96. RGB value is (144,151,150). Sum of RGB (Red+Green+Blue) = 144+151+150=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 151 - color contains mainly: green. Hex color #909796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909796 is #6F6869. Grayscale: #949494. Windows color (decimal): -7301226 or 9869200. OLE color: 9869200.

HSL color Cylindrical-coordinate representation of color #909796: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #909796 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB144151150-
CMYK0.0500.010.41
HSL171.43º3.26%57.84%-
HSV(B)171.43º4.64%59.22%-
XYZ28.0730.2633.22-
YUV148.79128.68124.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.36%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=32.36%
G=33.93%
B=33.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441511500.0500.010.41171.433.2657.84
Hex90979650129ab33a
Octal22022722650151253372
Binary100100001001011110010110101011010011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909796; }

 p { color: rgb(144,151,150); }

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

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

 a { background-color: rgb(144,151,150); }

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

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

 span { border-color: rgb(144,151,150); }

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