Shades of Lima #85B015
Tints of Lima #85B015
RGB
CMYK
RGB Variations
Color information
#85B015 (or 0x85B015) is known color: Lima. HEX triplet: 85, B0 and 15. RGB value is (133,176,21). Sum of RGB (Red+Green+Blue) = 133+176+21=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #85B015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B015 is #7A4FEA. Grayscale: #929292. Windows color (decimal): -8015851 or 1421445. OLE color: 1421445.
HSL color Cylindrical-coordinate representation of color #85B015: hue angle of 76.65º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85B015 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 21 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.31 |
| HSL | 76.65º | 0.79% | 0.39% | - |
| HSV(B) | 76.65º | 0.88% | 0.69% | - |
| XYZ | 25.33 | 36.09 | 6.34 | - |
| YUV | 145.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 21 | 0.24 | 0 | 0.88 | 0.31 | 76.65 | 0.79 | 0.39 |
| Hex | 85 | B0 | 15 | 18 | 0 | 58 | 1F | 4D | 4F | 27 |
| Octal | 205 | 260 | 25 | 30 | 0 | 130 | 37 | 115 | 117 | 47 |
| Binary | 10000101 | 10110000 | 10101 | 11000 | 0 | 1011000 | 11111 | 1001101 | 1001111 | 100111 |
Color Harmonies of #85B015
Complementary color
Monochromatic Colors of #85B015
Black with #85B015
Text Example
Text Example
White with #85B015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B015; }
p { color: rgb(133,176,21); }
H1.HeaderClassName
{
color: #85B015;
}
.AnyTagClassName
{
color: #85B015;
}
</style>
background-color css
<style>
a { background-color: #85B015; }
a { background-color: rgb(133,176,21); }
div.DivClassName
{
background-color: #85B015;
}
.BgClassName
{
background-color: #85B015;
}
</style>
border-color css
<style>
span { border-color: #85B015; }
span { border-color: rgb(133,176,21); }
td.TdClassName
{
border-color: #85B015;
}
.TagClassName
{
border-color: #85B015;
}
</style>