#899C99

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

Shades of Submarine #899C99

Tints of Submarine #899C99

Color information

#899C99 (or 0x899C99) is unknown color: approx Submarine. HEX triplet: 89, 9C and 99. RGB value is (137,156,153). Sum of RGB (Red+Green+Blue) = 137+156+153=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 156 - color contains mainly: green. Hex color #899C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C99 is #766366. Grayscale: #959595. Windows color (decimal): -7758695 or 10067081. OLE color: 10067081.

HSL color Cylindrical-coordinate representation of color #899C99: 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 #899C99 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB137156153-
CMYK0.1200.020.39
HSL170.53º8.76%57.45%-
HSV(B)170.53º12.18%61.18%-
XYZ27.9531.434.72-
YUV149.98129.71118.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=30.72%
G=34.98%
B=34.30%

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
Decimal1371561530.1200.020.39170.538.7657.45
Hex899C99C0227ab939
Octal2112342311402472531171
Binary1000100110011100100110011100010100111101010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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