Shades of Bay Leaf #85B390
Tints of Bay Leaf #85B390
RGB
CMYK
RGB Variations
Color information
#85B390 (or 0x85B390) is known color: Bay Leaf. HEX triplet: 85, B3 and 90. RGB value is (133,179,144). Sum of RGB (Red+Green+Blue) = 133+179+144=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #85B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B390 is #7A4C6F. Grayscale: #A1A1A1. Windows color (decimal): -8014960 or 9483141. OLE color: 9483141.
HSL color Cylindrical-coordinate representation of color #85B390: hue angle of 134.35º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B390 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 144 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.30 |
| HSL | 134.35º | 0.23% | 0.61% | - |
| HSV(B) | 134.35º | 0.26% | 0.7% | - |
| XYZ | 30.83 | 39.24 | 32.33 | - |
| YUV | 161.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 144 | 0.26 | 0 | 0.20 | 0.30 | 134.35 | 0.23 | 0.61 |
| Hex | 85 | B3 | 90 | 1A | 0 | 14 | 1E | 86 | 17 | 3D |
| Octal | 205 | 263 | 220 | 32 | 0 | 24 | 36 | 206 | 27 | 75 |
| Binary | 10000101 | 10110011 | 10010000 | 11010 | 0 | 10100 | 11110 | 10000110 | 10111 | 111101 |
Color Harmonies of #85B390
Complementary color
Monochromatic Colors of #85B390
Black with #85B390
Text Example
Text Example
White with #85B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B390; }
p { color: rgb(133,179,144); }
H1.HeaderClassName
{
color: #85B390;
}
.AnyTagClassName
{
color: #85B390;
}
</style>
background-color css
<style>
a { background-color: #85B390; }
a { background-color: rgb(133,179,144); }
div.DivClassName
{
background-color: #85B390;
}
.BgClassName
{
background-color: #85B390;
}
</style>
border-color css
<style>
span { border-color: #85B390; }
span { border-color: rgb(133,179,144); }
td.TdClassName
{
border-color: #85B390;
}
.TagClassName
{
border-color: #85B390;
}
</style>