Shades of Bay Leaf #85B490
Tints of Bay Leaf #85B490
RGB
CMYK
RGB Variations
Color information
#85B490 (or 0x85B490) is known color: Bay Leaf. HEX triplet: 85, B4 and 90. RGB value is (133,180,144). Sum of RGB (Red+Green+Blue) = 133+180+144=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #85B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B490 is #7A4B6F. Grayscale: #A1A1A1. Windows color (decimal): -8014704 or 9483397. OLE color: 9483397.
HSL color Cylindrical-coordinate representation of color #85B490: hue angle of 134.04º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B490 is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 144 | - |
| CMYK | 0.26 | 0 | 0.2 | 0.29 |
| HSL | 134.04º | 0.24% | 0.61% | - |
| HSV(B) | 134.04º | 0.26% | 0.71% | - |
| XYZ | 31.03 | 39.64 | 32.4 | - |
| YUV | 161.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 144 | 0.26 | 0 | 0.2 | 0.29 | 134.04 | 0.24 | 0.61 |
| Hex | 85 | B4 | 90 | 1A | 0 | 14 | 1D | 86 | 18 | 3D |
| Octal | 205 | 264 | 220 | 32 | 0 | 24 | 35 | 206 | 30 | 75 |
| Binary | 10000101 | 10110100 | 10010000 | 11010 | 0 | 10100 | 11101 | 10000110 | 11000 | 111101 |
Color Harmonies of #85B490
Complementary color
Monochromatic Colors of #85B490
Black with #85B490
Text Example
Text Example
White with #85B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B490; }
p { color: rgb(133,180,144); }
H1.HeaderClassName
{
color: #85B490;
}
.AnyTagClassName
{
color: #85B490;
}
</style>
background-color css
<style>
a { background-color: #85B490; }
a { background-color: rgb(133,180,144); }
div.DivClassName
{
background-color: #85B490;
}
.BgClassName
{
background-color: #85B490;
}
</style>
border-color css
<style>
span { border-color: #85B490; }
span { border-color: rgb(133,180,144); }
td.TdClassName
{
border-color: #85B490;
}
.TagClassName
{
border-color: #85B490;
}
</style>