#899896

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

Shades of Submarine #899896

Tints of Submarine #899896

Color information

#899896 (or 0x899896) is unknown color: approx Submarine. HEX triplet: 89, 98 and 96. RGB value is (137,152,150). Sum of RGB (Red+Green+Blue) = 137+152+150=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #899896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899896 is #766769. Grayscale: #939393. Windows color (decimal): -7759722 or 9869449. OLE color: 9869449.

HSL color Cylindrical-coordinate representation of color #899896: hue angle of 172º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899896 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB137152150-
CMYK0.1000.010.40
HSL172º6.79%56.67%-
HSV(B)172º9.87%59.61%-
XYZ27.0529.9833.21-
YUV147.29129.53120.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=31.21%
G=34.62%
B=34.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521500.1000.010.401726.7956.67
Hex899896A0128ac739
Octal211230226120150254771
Binary10001001100110001001011010100110100010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899896; }

 p { color: rgb(137,152,150); }

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

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

 a { background-color: rgb(137,152,150); }

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

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

 span { border-color: rgb(137,152,150); }

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