Shades of Bay Leaf #86B591
Tints of Bay Leaf #86B591
RGB
CMYK
RGB Variations
Color information
#86B591 (or 0x86B591) is known color: Bay Leaf. HEX triplet: 86, B5 and 91. RGB value is (134,181,145). Sum of RGB (Red+Green+Blue) = 134+181+145=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #86B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B591 is #794A6E. Grayscale: #A2A2A2. Windows color (decimal): -7948911 or 9549190. OLE color: 9549190.
HSL color Cylindrical-coordinate representation of color #86B591: hue angle of 134.04º degrees, saturation: 0.24, 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 #86B591 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 145 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.29 |
| HSL | 134.04º | 0.24% | 0.62% | - |
| HSV(B) | 134.04º | 0.26% | 0.71% | - |
| XYZ | 31.47 | 40.16 | 32.88 | - |
| YUV | 162.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 145 | 0.26 | 0 | 0.20 | 0.29 | 134.04 | 0.24 | 0.62 |
| Hex | 86 | B5 | 91 | 1A | 0 | 14 | 1D | 86 | 18 | 3E |
| Octal | 206 | 265 | 221 | 32 | 0 | 24 | 35 | 206 | 30 | 76 |
| Binary | 10000110 | 10110101 | 10010001 | 11010 | 0 | 10100 | 11101 | 10000110 | 11000 | 111110 |
Color Harmonies of #86B591
Complementary color
Monochromatic Colors of #86B591
Black with #86B591
Text Example
Text Example
White with #86B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B591; }
p { color: rgb(134,181,145); }
H1.HeaderClassName
{
color: #86B591;
}
.AnyTagClassName
{
color: #86B591;
}
</style>
background-color css
<style>
a { background-color: #86B591; }
a { background-color: rgb(134,181,145); }
div.DivClassName
{
background-color: #86B591;
}
.BgClassName
{
background-color: #86B591;
}
</style>
border-color css
<style>
span { border-color: #86B591; }
span { border-color: rgb(134,181,145); }
td.TdClassName
{
border-color: #86B591;
}
.TagClassName
{
border-color: #86B591;
}
</style>