Shades of Bay Leaf #86AA91
Tints of Bay Leaf #86AA91
RGB
CMYK
RGB Variations
Color information
#86AA91 (or 0x86AA91) is known color: Bay Leaf. HEX triplet: 86, AA and 91. RGB value is (134,170,145). Sum of RGB (Red+Green+Blue) = 134+170+145=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA91 is #79556E. Grayscale: #9C9C9C. Windows color (decimal): -7951727 or 9546374. OLE color: 9546374.
HSL color Cylindrical-coordinate representation of color #86AA91: hue angle of 138.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AA91 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 145 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.33 |
| HSL | 138.33º | 0.17% | 0.6% | - |
| HSV(B) | 138.33º | 0.21% | 0.67% | - |
| XYZ | 29.32 | 35.86 | 32.16 | - |
| YUV | 156.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 145 | 0.21 | 0 | 0.15 | 0.33 | 138.33 | 0.17 | 0.6 |
| Hex | 86 | AA | 91 | 15 | 0 | F | 21 | 8A | 11 | 3C |
| Octal | 206 | 252 | 221 | 25 | 0 | 17 | 41 | 212 | 21 | 74 |
| Binary | 10000110 | 10101010 | 10010001 | 10101 | 0 | 1111 | 100001 | 10001010 | 10001 | 111100 |
Color Harmonies of #86AA91
Complementary color
Monochromatic Colors of #86AA91
Black with #86AA91
Text Example
Text Example
White with #86AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA91; }
p { color: rgb(134,170,145); }
H1.HeaderClassName
{
color: #86AA91;
}
.AnyTagClassName
{
color: #86AA91;
}
</style>
background-color css
<style>
a { background-color: #86AA91; }
a { background-color: rgb(134,170,145); }
div.DivClassName
{
background-color: #86AA91;
}
.BgClassName
{
background-color: #86AA91;
}
</style>
border-color css
<style>
span { border-color: #86AA91; }
span { border-color: rgb(134,170,145); }
td.TdClassName
{
border-color: #86AA91;
}
.TagClassName
{
border-color: #86AA91;
}
</style>