Shades of Submarine #899B98
Tints of Submarine #899B98
RGB
CMYK
RGB Variations
Color information
#899B98 (or 0x899B98) is known color: Submarine. HEX triplet: 89, 9B and 98. RGB value is (137,155,152). Sum of RGB (Red+Green+Blue) = 137+155+152=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 155 - color contains mainly: green. Hex color #899B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B98 is #766467. Grayscale: #959595. Windows color (decimal): -7758952 or 10001289. OLE color: 10001289.
HSL color Cylindrical-coordinate representation of color #899B98: hue angle of 170º degrees, saturation: 0.08, 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 #899B98 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 152 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.39 |
| HSL | 170º | 0.08% | 0.57% | - |
| HSV(B) | 170º | 0.12% | 0.61% | - |
| XYZ | 27.71 | 31.03 | 34.23 | - |
| YUV | 149.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 152 | 0.12 | 0 | 0.02 | 0.39 | 170 | 0.08 | 0.57 |
| Hex | 89 | 9B | 98 | C | 0 | 2 | 27 | AA | 8 | 39 |
| Octal | 211 | 233 | 230 | 14 | 0 | 2 | 47 | 252 | 10 | 71 |
| Binary | 10001001 | 10011011 | 10011000 | 1100 | 0 | 10 | 100111 | 10101010 | 1000 | 111001 |
Color Harmonies of #899B98
Complementary color
Monochromatic Colors of #899B98
Black with #899B98
Text Example
Text Example
White with #899B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B98; }
p { color: rgb(137,155,152); }
H1.HeaderClassName
{
color: #899B98;
}
.AnyTagClassName
{
color: #899B98;
}
</style>
background-color css
<style>
a { background-color: #899B98; }
a { background-color: rgb(137,155,152); }
div.DivClassName
{
background-color: #899B98;
}
.BgClassName
{
background-color: #899B98;
}
</style>
border-color css
<style>
span { border-color: #899B98; }
span { border-color: rgb(137,155,152); }
td.TdClassName
{
border-color: #899B98;
}
.TagClassName
{
border-color: #899B98;
}
</style>