Shades of Bay Leaf #86B292
Tints of Bay Leaf #86B292
RGB
CMYK
RGB Variations
Color information
#86B292 (or 0x86B292) is known color: Bay Leaf. HEX triplet: 86, B2 and 92. RGB value is (134,178,146). Sum of RGB (Red+Green+Blue) = 134+178+146=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #86B292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B292 is #794D6D. Grayscale: #A1A1A1. Windows color (decimal): -7949678 or 9613958. OLE color: 9613958.
HSL color Cylindrical-coordinate representation of color #86B292: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B292 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 146 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.30 |
| HSL | 136.36º | 0.22% | 0.61% | - |
| HSV(B) | 136.36º | 0.25% | 0.7% | - |
| XYZ | 30.94 | 38.98 | 33.09 | - |
| YUV | 161.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 146 | 0.25 | 0 | 0.18 | 0.30 | 136.36 | 0.22 | 0.61 |
| Hex | 86 | B2 | 92 | 19 | 0 | 12 | 1E | 88 | 16 | 3D |
| Octal | 206 | 262 | 222 | 31 | 0 | 22 | 36 | 210 | 26 | 75 |
| Binary | 10000110 | 10110010 | 10010010 | 11001 | 0 | 10010 | 11110 | 10001000 | 10110 | 111101 |
Color Harmonies of #86B292
Complementary color
Monochromatic Colors of #86B292
Black with #86B292
Text Example
Text Example
White with #86B292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B292; }
p { color: rgb(134,178,146); }
H1.HeaderClassName
{
color: #86B292;
}
.AnyTagClassName
{
color: #86B292;
}
</style>
background-color css
<style>
a { background-color: #86B292; }
a { background-color: rgb(134,178,146); }
div.DivClassName
{
background-color: #86B292;
}
.BgClassName
{
background-color: #86B292;
}
</style>
border-color css
<style>
span { border-color: #86B292; }
span { border-color: rgb(134,178,146); }
td.TdClassName
{
border-color: #86B292;
}
.TagClassName
{
border-color: #86B292;
}
</style>