#949C9B

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

Shades of Submarine #949C9B

Tints of Submarine #949C9B

Color information

#949C9B (or 0x949C9B) is unknown color: approx Submarine. HEX triplet: 94, 9C and 9B. RGB value is (148,156,155). Sum of RGB (Red+Green+Blue) = 148+156+155=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 156 - color contains mainly: green. Hex color #949C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C9B is #6B6364. Grayscale: #999999. Windows color (decimal): -7037797 or 10198164. OLE color: 10198164.

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

Color convert

RGB148156155-
CMYK0.0500.010.39
HSL172.5º3.88%59.61%-
HSV(B)172.5º5.13%61.18%-
XYZ30.0232.4435.69-
YUV153.49128.85124.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=32.24%
G=33.99%
B=33.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561550.0500.010.39172.53.8859.61
Hex949C9B50127ac43c
Octal22423423350147254474
Binary1001010010011100100110111010110011110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C9B; }

 p { color: rgb(148,156,155); }

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

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

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

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

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

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

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