#899D9C

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

Shades of Submarine #899D9C

Tints of Submarine #899D9C

Color information

#899D9C (or 0x899D9C) is unknown color: approx Submarine. HEX triplet: 89, 9D and 9C. RGB value is (137,157,156). Sum of RGB (Red+Green+Blue) = 137+157+156=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 157 - color contains mainly: green. Hex color #899D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899D9C is #766263. Grayscale: #969696. Windows color (decimal): -7758436 or 10263945. OLE color: 10263945.

HSL color Cylindrical-coordinate representation of color #899D9C: hue angle of 177º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899D9C is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB137157156-
CMYK0.1300.010.38
HSL177º9.26%57.65%-
HSV(B)177º12.74%61.57%-
XYZ28.3731.8336.1-
YUV150.91130.87118.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.44%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=30.44%
G=34.89%
B=34.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371571560.1300.010.381779.2657.65
Hex899D9CD0126b193a
Octal2112352341501462611172
Binary100010011001110110011100110101100110101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899D9C; }

 p { color: rgb(137,157,156); }

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

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

 a { background-color: rgb(137,157,156); }

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

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

 span { border-color: rgb(137,157,156); }

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