Shades of Lima #85B10D
Tints of Lima #85B10D
RGB
CMYK
RGB Variations
Color information
#85B10D (or 0x85B10D) is known color: Lima. HEX triplet: 85, B1 and 0D. RGB value is (133,177,13). Sum of RGB (Red+Green+Blue) = 133+177+13=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #85B10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B10D is #7A4EF2. Grayscale: #919191. Windows color (decimal): -8015603 or 897413. OLE color: 897413.
HSL color Cylindrical-coordinate representation of color #85B10D: hue angle of 76.1º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85B10D is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 13 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.31 |
| HSL | 76.1º | 0.86% | 0.37% | - |
| HSV(B) | 76.1º | 0.93% | 0.69% | - |
| XYZ | 25.47 | 36.46 | 6.08 | - |
| YUV | 145.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 13 | 0.25 | 0 | 0.93 | 0.31 | 76.1 | 0.86 | 0.37 |
| Hex | 85 | B1 | D | 19 | 0 | 5D | 1F | 4C | 56 | 25 |
| Octal | 205 | 261 | 15 | 31 | 0 | 135 | 37 | 114 | 126 | 45 |
| Binary | 10000101 | 10110001 | 1101 | 11001 | 0 | 1011101 | 11111 | 1001100 | 1010110 | 100101 |
Color Harmonies of #85B10D
Complementary color
Monochromatic Colors of #85B10D
Black with #85B10D
Text Example
Text Example
White with #85B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B10D; }
p { color: rgb(133,177,13); }
H1.HeaderClassName
{
color: #85B10D;
}
.AnyTagClassName
{
color: #85B10D;
}
</style>
background-color css
<style>
a { background-color: #85B10D; }
a { background-color: rgb(133,177,13); }
div.DivClassName
{
background-color: #85B10D;
}
.BgClassName
{
background-color: #85B10D;
}
</style>
border-color css
<style>
span { border-color: #85B10D; }
span { border-color: rgb(133,177,13); }
td.TdClassName
{
border-color: #85B10D;
}
.TagClassName
{
border-color: #85B10D;
}
</style>