Shades of Bay Leaf #86B791
Tints of Bay Leaf #86B791
RGB
CMYK
RGB Variations
Color information
#86B791 (or 0x86B791) is known color: Bay Leaf. HEX triplet: 86, B7 and 91. RGB value is (134,183,145). Sum of RGB (Red+Green+Blue) = 134+183+145=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #86B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B791 is #79486E. Grayscale: #A4A4A4. Windows color (decimal): -7948399 or 9549702. OLE color: 9549702.
HSL color Cylindrical-coordinate representation of color #86B791: hue angle of 133.47º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B791 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 145 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.28 |
| HSL | 133.47º | 0.25% | 0.62% | - |
| HSV(B) | 133.47º | 0.27% | 0.72% | - |
| XYZ | 31.88 | 40.98 | 33.02 | - |
| YUV | 164.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 145 | 0.27 | 0 | 0.21 | 0.28 | 133.47 | 0.25 | 0.62 |
| Hex | 86 | B7 | 91 | 1B | 0 | 15 | 1C | 85 | 19 | 3E |
| Octal | 206 | 267 | 221 | 33 | 0 | 25 | 34 | 205 | 31 | 76 |
| Binary | 10000110 | 10110111 | 10010001 | 11011 | 0 | 10101 | 11100 | 10000101 | 11001 | 111110 |
Color Harmonies of #86B791
Complementary color
Monochromatic Colors of #86B791
Black with #86B791
Text Example
Text Example
White with #86B791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B791; }
p { color: rgb(134,183,145); }
H1.HeaderClassName
{
color: #86B791;
}
.AnyTagClassName
{
color: #86B791;
}
</style>
background-color css
<style>
a { background-color: #86B791; }
a { background-color: rgb(134,183,145); }
div.DivClassName
{
background-color: #86B791;
}
.BgClassName
{
background-color: #86B791;
}
</style>
border-color css
<style>
span { border-color: #86B791; }
span { border-color: rgb(134,183,145); }
td.TdClassName
{
border-color: #86B791;
}
.TagClassName
{
border-color: #86B791;
}
</style>