Shades of Bay Leaf #849E8E
Tints of Bay Leaf #849E8E
RGB
CMYK
RGB Variations
Color information
#849E8E (or 0x849E8E) is known color: Bay Leaf. HEX triplet: 84, 9E and 8E. RGB value is (132,158,142). Sum of RGB (Red+Green+Blue) = 132+158+142=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #849E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E8E is #7B6171. Grayscale: #949494. Windows color (decimal): -8085874 or 9346692. OLE color: 9346692.
HSL color Cylindrical-coordinate representation of color #849E8E: hue angle of 143.08º degrees, saturation: 0.12, 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 #849E8E is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 142 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.38 |
| HSL | 143.08º | 0.12% | 0.57% | - |
| HSV(B) | 143.08º | 0.16% | 0.62% | - |
| XYZ | 26.63 | 31.31 | 30.23 | - |
| YUV | 148.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 142 | 0.16 | 0 | 0.10 | 0.38 | 143.08 | 0.12 | 0.57 |
| Hex | 84 | 9E | 8E | 10 | 0 | A | 26 | 8F | C | 39 |
| Octal | 204 | 236 | 216 | 20 | 0 | 12 | 46 | 217 | 14 | 71 |
| Binary | 10000100 | 10011110 | 10001110 | 10000 | 0 | 1010 | 100110 | 10001111 | 1100 | 111001 |
Color Harmonies of #849E8E
Complementary color
Monochromatic Colors of #849E8E
Black with #849E8E
Text Example
Text Example
White with #849E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E8E; }
p { color: rgb(132,158,142); }
H1.HeaderClassName
{
color: #849E8E;
}
.AnyTagClassName
{
color: #849E8E;
}
</style>
background-color css
<style>
a { background-color: #849E8E; }
a { background-color: rgb(132,158,142); }
div.DivClassName
{
background-color: #849E8E;
}
.BgClassName
{
background-color: #849E8E;
}
</style>
border-color css
<style>
span { border-color: #849E8E; }
span { border-color: rgb(132,158,142); }
td.TdClassName
{
border-color: #849E8E;
}
.TagClassName
{
border-color: #849E8E;
}
</style>