Shades of Bay Leaf #86AA92
Tints of Bay Leaf #86AA92
RGB
CMYK
RGB Variations
Color information
#86AA92 (or 0x86AA92) is known color: Bay Leaf. HEX triplet: 86, AA and 92. RGB value is (134,170,146). Sum of RGB (Red+Green+Blue) = 134+170+146=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA92 is #79556D. Grayscale: #9C9C9C. Windows color (decimal): -7951726 or 9611910. OLE color: 9611910.
HSL color Cylindrical-coordinate representation of color #86AA92: hue angle of 140º 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 #86AA92 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 146 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.33 |
| HSL | 140º | 0.17% | 0.6% | - |
| HSV(B) | 140º | 0.21% | 0.67% | - |
| XYZ | 29.39 | 35.89 | 32.57 | - |
| YUV | 156.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 146 | 0.21 | 0 | 0.14 | 0.33 | 140 | 0.17 | 0.6 |
| Hex | 86 | AA | 92 | 15 | 0 | E | 21 | 8C | 11 | 3C |
| Octal | 206 | 252 | 222 | 25 | 0 | 16 | 41 | 214 | 21 | 74 |
| Binary | 10000110 | 10101010 | 10010010 | 10101 | 0 | 1110 | 100001 | 10001100 | 10001 | 111100 |
Color Harmonies of #86AA92
Complementary color
Monochromatic Colors of #86AA92
Black with #86AA92
Text Example
Text Example
White with #86AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA92; }
p { color: rgb(134,170,146); }
H1.HeaderClassName
{
color: #86AA92;
}
.AnyTagClassName
{
color: #86AA92;
}
</style>
background-color css
<style>
a { background-color: #86AA92; }
a { background-color: rgb(134,170,146); }
div.DivClassName
{
background-color: #86AA92;
}
.BgClassName
{
background-color: #86AA92;
}
</style>
border-color css
<style>
span { border-color: #86AA92; }
span { border-color: rgb(134,170,146); }
td.TdClassName
{
border-color: #86AA92;
}
.TagClassName
{
border-color: #86AA92;
}
</style>