Shades of Lima #85BA13
Tints of Lima #85BA13
RGB
CMYK
RGB Variations
Color information
#85BA13 (or 0x85BA13) is known color: Lima. HEX triplet: 85, BA and 13. RGB value is (133,186,19). Sum of RGB (Red+Green+Blue) = 133+186+19=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA13 is #7A45EC. Grayscale: #979797. Windows color (decimal): -8013293 or 1292933. OLE color: 1292933.
HSL color Cylindrical-coordinate representation of color #85BA13: hue angle of 79.04º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85BA13 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 19 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.27 |
| HSL | 79.04º | 0.81% | 0.4% | - |
| HSV(B) | 79.04º | 0.9% | 0.73% | - |
| XYZ | 27.35 | 40.15 | 6.92 | - |
| YUV | 151.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 19 | 0.28 | 0 | 0.90 | 0.27 | 79.04 | 0.81 | 0.4 |
| Hex | 85 | BA | 13 | 1C | 0 | 5A | 1B | 4F | 51 | 28 |
| Octal | 205 | 272 | 23 | 34 | 0 | 132 | 33 | 117 | 121 | 50 |
| Binary | 10000101 | 10111010 | 10011 | 11100 | 0 | 1011010 | 11011 | 1001111 | 1010001 | 101000 |
Color Harmonies of #85BA13
Complementary color
Monochromatic Colors of #85BA13
Black with #85BA13
Text Example
Text Example
White with #85BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA13; }
p { color: rgb(133,186,19); }
H1.HeaderClassName
{
color: #85BA13;
}
.AnyTagClassName
{
color: #85BA13;
}
</style>
background-color css
<style>
a { background-color: #85BA13; }
a { background-color: rgb(133,186,19); }
div.DivClassName
{
background-color: #85BA13;
}
.BgClassName
{
background-color: #85BA13;
}
</style>
border-color css
<style>
span { border-color: #85BA13; }
span { border-color: rgb(133,186,19); }
td.TdClassName
{
border-color: #85BA13;
}
.TagClassName
{
border-color: #85BA13;
}
</style>