#949798

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

Shades of Submarine #949798

Tints of Submarine #949798

Color information

#949798 (or 0x949798) is unknown color: approx Submarine. HEX triplet: 94, 97 and 98. RGB value is (148,151,152). Sum of RGB (Red+Green+Blue) = 148+151+152=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 152 - color contains mainly: blue. Hex color #949798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949798 is #6B6867. Grayscale: #969696. Windows color (decimal): -7039080 or 10000276. OLE color: 10000276.

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

Color convert

RGB148151152-
CMYK0.030.0100.40
HSL195º1.9%58.82%-
HSV(B)195º2.63%59.61%-
XYZ28.9530.734.11-
YUV150.22129.01126.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 152 (59.77% 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
Decimal1481511520.030.0100.401951.958.82
Hex94979831028c323b
Octal22422723031050303273
Binary10010100100101111001100011101010001100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949798; }

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

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

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

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

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

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

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

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