Shades of Bay Leaf #86B491
Tints of Bay Leaf #86B491
RGB
CMYK
RGB Variations
Color information
#86B491 (or 0x86B491) is known color: Bay Leaf. HEX triplet: 86, B4 and 91. RGB value is (134,180,145). Sum of RGB (Red+Green+Blue) = 134+180+145=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #86B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B491 is #794B6E. Grayscale: #A2A2A2. Windows color (decimal): -7949167 or 9548934. OLE color: 9548934.
HSL color Cylindrical-coordinate representation of color #86B491: hue angle of 134.35º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B491 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 145 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.29 |
| HSL | 134.35º | 0.23% | 0.62% | - |
| HSV(B) | 134.35º | 0.26% | 0.71% | - |
| XYZ | 31.26 | 39.76 | 32.81 | - |
| YUV | 162.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 145 | 0.26 | 0 | 0.19 | 0.29 | 134.35 | 0.23 | 0.62 |
| Hex | 86 | B4 | 91 | 1A | 0 | 13 | 1D | 86 | 17 | 3E |
| Octal | 206 | 264 | 221 | 32 | 0 | 23 | 35 | 206 | 27 | 76 |
| Binary | 10000110 | 10110100 | 10010001 | 11010 | 0 | 10011 | 11101 | 10000110 | 10111 | 111110 |
Color Harmonies of #86B491
Complementary color
Monochromatic Colors of #86B491
Black with #86B491
Text Example
Text Example
White with #86B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B491; }
p { color: rgb(134,180,145); }
H1.HeaderClassName
{
color: #86B491;
}
.AnyTagClassName
{
color: #86B491;
}
</style>
background-color css
<style>
a { background-color: #86B491; }
a { background-color: rgb(134,180,145); }
div.DivClassName
{
background-color: #86B491;
}
.BgClassName
{
background-color: #86B491;
}
</style>
border-color css
<style>
span { border-color: #86B491; }
span { border-color: rgb(134,180,145); }
td.TdClassName
{
border-color: #86B491;
}
.TagClassName
{
border-color: #86B491;
}
</style>