Shades of Submarine #849C98
Tints of Submarine #849C98
RGB
CMYK
RGB Variations
Color information
#849C98 (or 0x849C98) is known color: Submarine. HEX triplet: 84, 9C and 98. RGB value is (132,156,152). Sum of RGB (Red+Green+Blue) = 132+156+152=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 156 - color contains mainly: green. Hex color #849C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849C98 is #7B6367. Grayscale: #949494. Windows color (decimal): -8086376 or 10001540. OLE color: 10001540.
HSL color Cylindrical-coordinate representation of color #849C98: hue angle of 170º degrees, saturation: 0.11, 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 #849C98 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 152 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.39 |
| HSL | 170º | 0.11% | 0.56% | - |
| HSV(B) | 170º | 0.15% | 0.61% | - |
| XYZ | 27.07 | 30.95 | 34.25 | - |
| YUV | 148.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 152 | 0.15 | 0 | 0.03 | 0.39 | 170 | 0.11 | 0.56 |
| Hex | 84 | 9C | 98 | F | 0 | 3 | 27 | AA | B | 38 |
| Octal | 204 | 234 | 230 | 17 | 0 | 3 | 47 | 252 | 13 | 70 |
| Binary | 10000100 | 10011100 | 10011000 | 1111 | 0 | 11 | 100111 | 10101010 | 1011 | 111000 |
Color Harmonies of #849C98
Complementary color
Monochromatic Colors of #849C98
Black with #849C98
Text Example
Text Example
White with #849C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C98; }
p { color: rgb(132,156,152); }
H1.HeaderClassName
{
color: #849C98;
}
.AnyTagClassName
{
color: #849C98;
}
</style>
background-color css
<style>
a { background-color: #849C98; }
a { background-color: rgb(132,156,152); }
div.DivClassName
{
background-color: #849C98;
}
.BgClassName
{
background-color: #849C98;
}
</style>
border-color css
<style>
span { border-color: #849C98; }
span { border-color: rgb(132,156,152); }
td.TdClassName
{
border-color: #849C98;
}
.TagClassName
{
border-color: #849C98;
}
</style>