Shades of Stack #839684
Tints of Stack #839684
RGB
CMYK
RGB Variations
Color information
#839684 (or 0x839684) is known color: Stack. HEX triplet: 83, 96 and 84. RGB value is (131,150,132). Sum of RGB (Red+Green+Blue) = 131+150+132=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #839684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839684 is #7C697B. Grayscale: #8E8E8E. Windows color (decimal): -8153468 or 8689283. OLE color: 8689283.
HSL color Cylindrical-coordinate representation of color #839684: hue angle of 123.16º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839684 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 132 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.41 |
| HSL | 123.16º | 0.08% | 0.55% | - |
| HSV(B) | 123.16º | 0.13% | 0.59% | - |
| XYZ | 24.43 | 28.3 | 26.01 | - |
| YUV | 142.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 132 | 0.13 | 0 | 0.12 | 0.41 | 123.16 | 0.08 | 0.55 |
| Hex | 83 | 96 | 84 | D | 0 | C | 29 | 7B | 8 | 37 |
| Octal | 203 | 226 | 204 | 15 | 0 | 14 | 51 | 173 | 10 | 67 |
| Binary | 10000011 | 10010110 | 10000100 | 1101 | 0 | 1100 | 101001 | 1111011 | 1000 | 110111 |
Color Harmonies of #839684
Complementary color
Monochromatic Colors of #839684
Black with #839684
Text Example
Text Example
White with #839684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839684; }
p { color: rgb(131,150,132); }
H1.HeaderClassName
{
color: #839684;
}
.AnyTagClassName
{
color: #839684;
}
</style>
background-color css
<style>
a { background-color: #839684; }
a { background-color: rgb(131,150,132); }
div.DivClassName
{
background-color: #839684;
}
.BgClassName
{
background-color: #839684;
}
</style>
border-color css
<style>
span { border-color: #839684; }
span { border-color: rgb(131,150,132); }
td.TdClassName
{
border-color: #839684;
}
.TagClassName
{
border-color: #839684;
}
</style>