Shades of Submarine #849B97
Tints of Submarine #849B97
RGB
CMYK
RGB Variations
Color information
#849B97 (or 0x849B97) is known color: Submarine. HEX triplet: 84, 9B and 97. RGB value is (132,155,151). Sum of RGB (Red+Green+Blue) = 132+155+151=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #849B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B97 is #7B6468. Grayscale: #939393. Windows color (decimal): -8086633 or 9935748. OLE color: 9935748.
HSL color Cylindrical-coordinate representation of color #849B97: hue angle of 169.57º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849B97 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 151 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.39 |
| HSL | 169.57º | 0.1% | 0.56% | - |
| HSV(B) | 169.57º | 0.15% | 0.61% | - |
| XYZ | 26.82 | 30.58 | 33.77 | - |
| YUV | 147.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 151 | 0.15 | 0 | 0.03 | 0.39 | 169.57 | 0.1 | 0.56 |
| Hex | 84 | 9B | 97 | F | 0 | 3 | 27 | AA | A | 38 |
| Octal | 204 | 233 | 227 | 17 | 0 | 3 | 47 | 252 | 12 | 70 |
| Binary | 10000100 | 10011011 | 10010111 | 1111 | 0 | 11 | 100111 | 10101010 | 1010 | 111000 |
Color Harmonies of #849B97
Complementary color
Monochromatic Colors of #849B97
Black with #849B97
Text Example
Text Example
White with #849B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B97; }
p { color: rgb(132,155,151); }
H1.HeaderClassName
{
color: #849B97;
}
.AnyTagClassName
{
color: #849B97;
}
</style>
background-color css
<style>
a { background-color: #849B97; }
a { background-color: rgb(132,155,151); }
div.DivClassName
{
background-color: #849B97;
}
.BgClassName
{
background-color: #849B97;
}
</style>
border-color css
<style>
span { border-color: #849B97; }
span { border-color: rgb(132,155,151); }
td.TdClassName
{
border-color: #849B97;
}
.TagClassName
{
border-color: #849B97;
}
</style>