Shades of Stack #839883
Tints of Stack #839883
RGB
CMYK
RGB Variations
Color information
#839883 (or 0x839883) is known color: Stack. HEX triplet: 83, 98 and 83. RGB value is (131,152,131). Sum of RGB (Red+Green+Blue) = 131+152+131=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #839883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839883 is #7C677C. Grayscale: #8F8F8F. Windows color (decimal): -8152957 or 8624259. OLE color: 8624259.
HSL color Cylindrical-coordinate representation of color #839883: hue angle of 120º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839883 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 131 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.40 |
| HSL | 120º | 0.09% | 0.55% | - |
| HSV(B) | 120º | 0.14% | 0.6% | - |
| XYZ | 24.69 | 28.92 | 25.75 | - |
| YUV | 143.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 131 | 0.14 | 0 | 0.14 | 0.40 | 120 | 0.09 | 0.55 |
| Hex | 83 | 98 | 83 | E | 0 | E | 28 | 78 | 9 | 37 |
| Octal | 203 | 230 | 203 | 16 | 0 | 16 | 50 | 170 | 11 | 67 |
| Binary | 10000011 | 10011000 | 10000011 | 1110 | 0 | 1110 | 101000 | 1111000 | 1001 | 110111 |
Color Harmonies of #839883
Complementary color
Monochromatic Colors of #839883
Black with #839883
Text Example
Text Example
White with #839883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839883; }
p { color: rgb(131,152,131); }
H1.HeaderClassName
{
color: #839883;
}
.AnyTagClassName
{
color: #839883;
}
</style>
background-color css
<style>
a { background-color: #839883; }
a { background-color: rgb(131,152,131); }
div.DivClassName
{
background-color: #839883;
}
.BgClassName
{
background-color: #839883;
}
</style>
border-color css
<style>
span { border-color: #839883; }
span { border-color: rgb(131,152,131); }
td.TdClassName
{
border-color: #839883;
}
.TagClassName
{
border-color: #839883;
}
</style>