Shades of Bay Leaf #85B792
Tints of Bay Leaf #85B792
RGB
CMYK
RGB Variations
Color information
#85B792 (or 0x85B792) is known color: Bay Leaf. HEX triplet: 85, B7 and 92. RGB value is (133,183,146). Sum of RGB (Red+Green+Blue) = 133+183+146=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #85B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B792 is #7A486D. Grayscale: #A3A3A3. Windows color (decimal): -8013934 or 9615237. OLE color: 9615237.
HSL color Cylindrical-coordinate representation of color #85B792: hue angle of 135.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B792 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 146 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.28 |
| HSL | 135.6º | 0.26% | 0.62% | - |
| HSV(B) | 135.6º | 0.27% | 0.72% | - |
| XYZ | 31.79 | 40.93 | 33.42 | - |
| YUV | 163.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 146 | 0.27 | 0 | 0.20 | 0.28 | 135.6 | 0.26 | 0.62 |
| Hex | 85 | B7 | 92 | 1B | 0 | 14 | 1C | 88 | 1A | 3E |
| Octal | 205 | 267 | 222 | 33 | 0 | 24 | 34 | 210 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10010010 | 11011 | 0 | 10100 | 11100 | 10001000 | 11010 | 111110 |
Color Harmonies of #85B792
Complementary color
Monochromatic Colors of #85B792
Black with #85B792
Text Example
Text Example
White with #85B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B792; }
p { color: rgb(133,183,146); }
H1.HeaderClassName
{
color: #85B792;
}
.AnyTagClassName
{
color: #85B792;
}
</style>
background-color css
<style>
a { background-color: #85B792; }
a { background-color: rgb(133,183,146); }
div.DivClassName
{
background-color: #85B792;
}
.BgClassName
{
background-color: #85B792;
}
</style>
border-color css
<style>
span { border-color: #85B792; }
span { border-color: rgb(133,183,146); }
td.TdClassName
{
border-color: #85B792;
}
.TagClassName
{
border-color: #85B792;
}
</style>