#96999A

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

Shades of Submarine #96999A

Tints of Submarine #96999A

Color information

#96999A (or 0x96999A) is unknown color: approx Submarine. HEX triplet: 96, 99 and 9A. RGB value is (150,153,154). Sum of RGB (Red+Green+Blue) = 150+153+154=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 154 - color contains mainly: blue. Hex color #96999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96999A is #696665. Grayscale: #989898. Windows color (decimal): -6907494 or 10131862. OLE color: 10131862.

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

Color convert

RGB150153154-
CMYK0.030.0100.40
HSL195º1.94%59.61%-
HSV(B)195º2.6%60.39%-
XYZ29.831.635.1-
YUV152.22129.01126.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=32.82%
G=33.48%
B=33.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501531540.030.0100.401951.9459.61
Hex96999A31028c323c
Octal22623123231050303274
Binary10010110100110011001101011101010001100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96999A; }

 p { color: rgb(150,153,154); }

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

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

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

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

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

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

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