#949899

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

Shades of Submarine #949899

Tints of Submarine #949899

Color information

#949899 (or 0x949899) is unknown color: approx Submarine. HEX triplet: 94, 98 and 99. RGB value is (148,152,153). Sum of RGB (Red+Green+Blue) = 148+152+153=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 153 - color contains mainly: blue. Hex color #949899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949899 is #6B6766. Grayscale: #969696. Windows color (decimal): -7038823 or 10066068. OLE color: 10066068.

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

Color convert

RGB148152153-
CMYK0.030.0100.4
HSL192º2.39%59.02%-
HSV(B)192º3.27%60%-
XYZ29.1931.0534.59-
YUV150.92129.17125.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=32.67%
G=33.55%
B=33.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481521530.030.0100.41922.3959.02
Hex94989931028c023b
Octal22423023131050300273
Binary10010100100110001001100111101010001100000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949899; }

 p { color: rgb(148,152,153); }

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

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

 a { background-color: rgb(148,152,153); }

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

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

 span { border-color: rgb(148,152,153); }

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