#949998

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

Shades of Submarine #949998

Tints of Submarine #949998

Color information

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

HSL color Cylindrical-coordinate representation of color #949998: hue angle of 168º 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 #949998 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB148153152-
CMYK0.0300.010.4
HSL168º2.39%59.02%-
HSV(B)168º3.27%60%-
XYZ29.2731.3534.21-
YUV151.39128.34125.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531520.0300.010.41682.3959.02
Hex94999830128a823b
Octal22423123030150250273
Binary10010100100110011001100011011010001010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949998; }

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

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

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

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

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

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

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

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