#889B98

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

Shades of Submarine #889B98

Tints of Submarine #889B98

Color information

#889B98 (or 0x889B98) is unknown color: approx Submarine. HEX triplet: 88, 9B and 98. RGB value is (136,155,152). Sum of RGB (Red+Green+Blue) = 136+155+152=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #889B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B98 is #776467. Grayscale: #949494. Windows color (decimal): -7824488 or 10001288. OLE color: 10001288.

HSL color Cylindrical-coordinate representation of color #889B98: hue angle of 170.53º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889B98 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB136155152-
CMYK0.1200.020.39
HSL170.53º8.68%57.06%-
HSV(B)170.53º12.26%60.78%-
XYZ27.5430.9434.23-
YUV148.98129.71118.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=30.70%
G=34.99%
B=34.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551520.1200.020.39170.538.6857.06
Hex889B98C0227ab939
Octal2102332301402472531171
Binary1000100010011011100110001100010100111101010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B98; }

 p { color: rgb(136,155,152); }

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

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

 a { background-color: rgb(136,155,152); }

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

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

 span { border-color: rgb(136,155,152); }

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