Shades of Bay Leaf #849D8E
Tints of Bay Leaf #849D8E
RGB
CMYK
RGB Variations
Color information
#849D8E (or 0x849D8E) is known color: Bay Leaf. HEX triplet: 84, 9D and 8E. RGB value is (132,157,142). Sum of RGB (Red+Green+Blue) = 132+157+142=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #849D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D8E is #7B6271. Grayscale: #939393. Windows color (decimal): -8086130 or 9346436. OLE color: 9346436.
HSL color Cylindrical-coordinate representation of color #849D8E: hue angle of 144º degrees, saturation: 0.11, 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 #849D8E is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 142 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.38 |
| HSL | 144º | 0.11% | 0.57% | - |
| HSV(B) | 144º | 0.16% | 0.62% | - |
| XYZ | 26.46 | 30.97 | 30.18 | - |
| YUV | 147.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 142 | 0.16 | 0 | 0.10 | 0.38 | 144 | 0.11 | 0.57 |
| Hex | 84 | 9D | 8E | 10 | 0 | A | 26 | 90 | B | 39 |
| Octal | 204 | 235 | 216 | 20 | 0 | 12 | 46 | 220 | 13 | 71 |
| Binary | 10000100 | 10011101 | 10001110 | 10000 | 0 | 1010 | 100110 | 10010000 | 1011 | 111001 |
Color Harmonies of #849D8E
Complementary color
Monochromatic Colors of #849D8E
Black with #849D8E
Text Example
Text Example
White with #849D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D8E; }
p { color: rgb(132,157,142); }
H1.HeaderClassName
{
color: #849D8E;
}
.AnyTagClassName
{
color: #849D8E;
}
</style>
background-color css
<style>
a { background-color: #849D8E; }
a { background-color: rgb(132,157,142); }
div.DivClassName
{
background-color: #849D8E;
}
.BgClassName
{
background-color: #849D8E;
}
</style>
border-color css
<style>
span { border-color: #849D8E; }
span { border-color: rgb(132,157,142); }
td.TdClassName
{
border-color: #849D8E;
}
.TagClassName
{
border-color: #849D8E;
}
</style>