Shades of Bay Leaf #85BC91
Tints of Bay Leaf #85BC91
RGB
CMYK
RGB Variations
Color information
#85BC91 (or 0x85BC91) is known color: Bay Leaf. HEX triplet: 85, BC and 91. RGB value is (133,188,145). Sum of RGB (Red+Green+Blue) = 133+188+145=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC91 is #7A436E. Grayscale: #A6A6A6. Windows color (decimal): -8012655 or 9550981. OLE color: 9550981.
HSL color Cylindrical-coordinate representation of color #85BC91: hue angle of 133.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BC91 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 145 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.26 |
| HSL | 133.09º | 0.29% | 0.63% | - |
| HSV(B) | 133.09º | 0.29% | 0.74% | - |
| XYZ | 32.77 | 43 | 33.36 | - |
| YUV | 166.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 145 | 0.29 | 0 | 0.23 | 0.26 | 133.09 | 0.29 | 0.63 |
| Hex | 85 | BC | 91 | 1D | 0 | 17 | 1A | 85 | 1D | 3F |
| Octal | 205 | 274 | 221 | 35 | 0 | 27 | 32 | 205 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10010001 | 11101 | 0 | 10111 | 11010 | 10000101 | 11101 | 111111 |
Color Harmonies of #85BC91
Complementary color
Monochromatic Colors of #85BC91
Black with #85BC91
Text Example
Text Example
White with #85BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC91; }
p { color: rgb(133,188,145); }
H1.HeaderClassName
{
color: #85BC91;
}
.AnyTagClassName
{
color: #85BC91;
}
</style>
background-color css
<style>
a { background-color: #85BC91; }
a { background-color: rgb(133,188,145); }
div.DivClassName
{
background-color: #85BC91;
}
.BgClassName
{
background-color: #85BC91;
}
</style>
border-color css
<style>
span { border-color: #85BC91; }
span { border-color: rgb(133,188,145); }
td.TdClassName
{
border-color: #85BC91;
}
.TagClassName
{
border-color: #85BC91;
}
</style>