Shades of Lima #85B314
Tints of Lima #85B314
RGB
CMYK
RGB Variations
Color information
#85B314 (or 0x85B314) is known color: Lima. HEX triplet: 85, B3 and 14. RGB value is (133,179,20). Sum of RGB (Red+Green+Blue) = 133+179+20=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #85B314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B314 is #7A4CEB. Grayscale: #939393. Windows color (decimal): -8015084 or 1356677. OLE color: 1356677.
HSL color Cylindrical-coordinate representation of color #85B314: hue angle of 77.36º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85B314 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 20 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.30 |
| HSL | 77.36º | 0.8% | 0.39% | - |
| HSV(B) | 77.36º | 0.89% | 0.7% | - |
| XYZ | 25.92 | 37.28 | 6.49 | - |
| YUV | 147.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 20 | 0.26 | 0 | 0.89 | 0.30 | 77.36 | 0.8 | 0.39 |
| Hex | 85 | B3 | 14 | 1A | 0 | 59 | 1E | 4D | 50 | 27 |
| Octal | 205 | 263 | 24 | 32 | 0 | 131 | 36 | 115 | 120 | 47 |
| Binary | 10000101 | 10110011 | 10100 | 11010 | 0 | 1011001 | 11110 | 1001101 | 1010000 | 100111 |
Color Harmonies of #85B314
Complementary color
Monochromatic Colors of #85B314
Black with #85B314
Text Example
Text Example
White with #85B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B314; }
p { color: rgb(133,179,20); }
H1.HeaderClassName
{
color: #85B314;
}
.AnyTagClassName
{
color: #85B314;
}
</style>
background-color css
<style>
a { background-color: #85B314; }
a { background-color: rgb(133,179,20); }
div.DivClassName
{
background-color: #85B314;
}
.BgClassName
{
background-color: #85B314;
}
</style>
border-color css
<style>
span { border-color: #85B314; }
span { border-color: rgb(133,179,20); }
td.TdClassName
{
border-color: #85B314;
}
.TagClassName
{
border-color: #85B314;
}
</style>