Shades of Lima #85B013
Tints of Lima #85B013
RGB
CMYK
RGB Variations
Color information
#85B013 (or 0x85B013) is known color: Lima. HEX triplet: 85, B0 and 13. RGB value is (133,176,19). Sum of RGB (Red+Green+Blue) = 133+176+19=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #85B013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B013 is #7A4FEC. Grayscale: #919191. Windows color (decimal): -8015853 or 1290373. OLE color: 1290373.
HSL color Cylindrical-coordinate representation of color #85B013: hue angle of 76.43º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85B013 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 19 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.31 |
| HSL | 76.43º | 0.81% | 0.38% | - |
| HSV(B) | 76.43º | 0.89% | 0.69% | - |
| XYZ | 25.32 | 36.08 | 6.25 | - |
| YUV | 145.25 | 56.75 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 19 | 0.24 | 0 | 0.89 | 0.31 | 76.43 | 0.81 | 0.38 |
| Hex | 85 | B0 | 13 | 18 | 0 | 59 | 1F | 4C | 51 | 26 |
| Octal | 205 | 260 | 23 | 30 | 0 | 131 | 37 | 114 | 121 | 46 |
| Binary | 10000101 | 10110000 | 10011 | 11000 | 0 | 1011001 | 11111 | 1001100 | 1010001 | 100110 |
Color Harmonies of #85B013
Complementary color
Monochromatic Colors of #85B013
Black with #85B013
Text Example
Text Example
White with #85B013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B013; }
p { color: rgb(133,176,19); }
H1.HeaderClassName
{
color: #85B013;
}
.AnyTagClassName
{
color: #85B013;
}
</style>
background-color css
<style>
a { background-color: #85B013; }
a { background-color: rgb(133,176,19); }
div.DivClassName
{
background-color: #85B013;
}
.BgClassName
{
background-color: #85B013;
}
</style>
border-color css
<style>
span { border-color: #85B013; }
span { border-color: rgb(133,176,19); }
td.TdClassName
{
border-color: #85B013;
}
.TagClassName
{
border-color: #85B013;
}
</style>