Shades of Bay Leaf #839B8D
Tints of Bay Leaf #839B8D
RGB
CMYK
RGB Variations
Color information
#839B8D (or 0x839B8D) is known color: Bay Leaf. HEX triplet: 83, 9B and 8D. RGB value is (131,155,141). Sum of RGB (Red+Green+Blue) = 131+155+141=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #839B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839B8D is #7C6472. Grayscale: #929292. Windows color (decimal): -8152179 or 9280387. OLE color: 9280387.
HSL color Cylindrical-coordinate representation of color #839B8D: hue angle of 145º 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 #839B8D is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 141 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.39 |
| HSL | 145º | 0.11% | 0.56% | - |
| HSV(B) | 145º | 0.15% | 0.61% | - |
| XYZ | 25.89 | 30.19 | 29.66 | - |
| YUV | 146.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 141 | 0.15 | 0 | 0.09 | 0.39 | 145 | 0.11 | 0.56 |
| Hex | 83 | 9B | 8D | F | 0 | 9 | 27 | 91 | B | 38 |
| Octal | 203 | 233 | 215 | 17 | 0 | 11 | 47 | 221 | 13 | 70 |
| Binary | 10000011 | 10011011 | 10001101 | 1111 | 0 | 1001 | 100111 | 10010001 | 1011 | 111000 |
Color Harmonies of #839B8D
Complementary color
Monochromatic Colors of #839B8D
Black with #839B8D
Text Example
Text Example
White with #839B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B8D; }
p { color: rgb(131,155,141); }
H1.HeaderClassName
{
color: #839B8D;
}
.AnyTagClassName
{
color: #839B8D;
}
</style>
background-color css
<style>
a { background-color: #839B8D; }
a { background-color: rgb(131,155,141); }
div.DivClassName
{
background-color: #839B8D;
}
.BgClassName
{
background-color: #839B8D;
}
</style>
border-color css
<style>
span { border-color: #839B8D; }
span { border-color: rgb(131,155,141); }
td.TdClassName
{
border-color: #839B8D;
}
.TagClassName
{
border-color: #839B8D;
}
</style>