Shades of Bay Leaf #849F8E
Tints of Bay Leaf #849F8E
RGB
CMYK
RGB Variations
Color information
#849F8E (or 0x849F8E) is known color: Bay Leaf. HEX triplet: 84, 9F and 8E. RGB value is (132,159,142). Sum of RGB (Red+Green+Blue) = 132+159+142=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #849F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F8E is #7B6071. Grayscale: #959595. Windows color (decimal): -8085618 or 9346948. OLE color: 9346948.
HSL color Cylindrical-coordinate representation of color #849F8E: hue angle of 142.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F8E is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 142 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.38 |
| HSL | 142.22º | 0.12% | 0.57% | - |
| HSV(B) | 142.22º | 0.17% | 0.62% | - |
| XYZ | 26.8 | 31.65 | 30.29 | - |
| YUV | 148.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 142 | 0.17 | 0 | 0.11 | 0.38 | 142.22 | 0.12 | 0.57 |
| Hex | 84 | 9F | 8E | 11 | 0 | B | 26 | 8E | C | 39 |
| Octal | 204 | 237 | 216 | 21 | 0 | 13 | 46 | 216 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10001110 | 10001 | 0 | 1011 | 100110 | 10001110 | 1100 | 111001 |
Color Harmonies of #849F8E
Complementary color
Monochromatic Colors of #849F8E
Black with #849F8E
Text Example
Text Example
White with #849F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F8E; }
p { color: rgb(132,159,142); }
H1.HeaderClassName
{
color: #849F8E;
}
.AnyTagClassName
{
color: #849F8E;
}
</style>
background-color css
<style>
a { background-color: #849F8E; }
a { background-color: rgb(132,159,142); }
div.DivClassName
{
background-color: #849F8E;
}
.BgClassName
{
background-color: #849F8E;
}
</style>
border-color css
<style>
span { border-color: #849F8E; }
span { border-color: rgb(132,159,142); }
td.TdClassName
{
border-color: #849F8E;
}
.TagClassName
{
border-color: #849F8E;
}
</style>