Shades of Submarine #849D9C
Tints of Submarine #849D9C
RGB
CMYK
RGB Variations
Color information
#849D9C (or 0x849D9C) is known color: Submarine. HEX triplet: 84, 9D and 9C. RGB value is (132,157,156). Sum of RGB (Red+Green+Blue) = 132+157+156=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #849D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D9C is #7B6263. Grayscale: #959595. Windows color (decimal): -8086116 or 10263940. OLE color: 10263940.
HSL color Cylindrical-coordinate representation of color #849D9C: hue angle of 177.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D9C is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 156 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.38 |
| HSL | 177.6º | 0.11% | 0.57% | - |
| HSV(B) | 177.6º | 0.16% | 0.62% | - |
| XYZ | 27.57 | 31.42 | 36.06 | - |
| YUV | 149.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 156 | 0.16 | 0 | 0.01 | 0.38 | 177.6 | 0.11 | 0.57 |
| Hex | 84 | 9D | 9C | 10 | 0 | 1 | 26 | B2 | B | 39 |
| Octal | 204 | 235 | 234 | 20 | 0 | 1 | 46 | 262 | 13 | 71 |
| Binary | 10000100 | 10011101 | 10011100 | 10000 | 0 | 1 | 100110 | 10110010 | 1011 | 111001 |
Color Harmonies of #849D9C
Complementary color
Monochromatic Colors of #849D9C
Black with #849D9C
Text Example
Text Example
White with #849D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D9C; }
p { color: rgb(132,157,156); }
H1.HeaderClassName
{
color: #849D9C;
}
.AnyTagClassName
{
color: #849D9C;
}
</style>
background-color css
<style>
a { background-color: #849D9C; }
a { background-color: rgb(132,157,156); }
div.DivClassName
{
background-color: #849D9C;
}
.BgClassName
{
background-color: #849D9C;
}
</style>
border-color css
<style>
span { border-color: #849D9C; }
span { border-color: rgb(132,157,156); }
td.TdClassName
{
border-color: #849D9C;
}
.TagClassName
{
border-color: #849D9C;
}
</style>