Shades of Bay Leaf #85B58E
Tints of Bay Leaf #85B58E
RGB
CMYK
RGB Variations
Color information
#85B58E (or 0x85B58E) is known color: Bay Leaf. HEX triplet: 85, B5 and 8E. RGB value is (133,181,142). Sum of RGB (Red+Green+Blue) = 133+181+142=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #85B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B58E is #7A4A71. Grayscale: #A2A2A2. Windows color (decimal): -8014450 or 9352581. OLE color: 9352581.
HSL color Cylindrical-coordinate representation of color #85B58E: hue angle of 131.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B58E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 142 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.29 |
| HSL | 131.25º | 0.24% | 0.62% | - |
| HSV(B) | 131.25º | 0.27% | 0.71% | - |
| XYZ | 31.08 | 39.99 | 31.67 | - |
| YUV | 162.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 142 | 0.27 | 0 | 0.22 | 0.29 | 131.25 | 0.24 | 0.62 |
| Hex | 85 | B5 | 8E | 1B | 0 | 16 | 1D | 83 | 18 | 3E |
| Octal | 205 | 265 | 216 | 33 | 0 | 26 | 35 | 203 | 30 | 76 |
| Binary | 10000101 | 10110101 | 10001110 | 11011 | 0 | 10110 | 11101 | 10000011 | 11000 | 111110 |
Color Harmonies of #85B58E
Complementary color
Monochromatic Colors of #85B58E
Black with #85B58E
Text Example
Text Example
White with #85B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B58E; }
p { color: rgb(133,181,142); }
H1.HeaderClassName
{
color: #85B58E;
}
.AnyTagClassName
{
color: #85B58E;
}
</style>
background-color css
<style>
a { background-color: #85B58E; }
a { background-color: rgb(133,181,142); }
div.DivClassName
{
background-color: #85B58E;
}
.BgClassName
{
background-color: #85B58E;
}
</style>
border-color css
<style>
span { border-color: #85B58E; }
span { border-color: rgb(133,181,142); }
td.TdClassName
{
border-color: #85B58E;
}
.TagClassName
{
border-color: #85B58E;
}
</style>