Shades of Lima #85B319
Tints of Lima #85B319
RGB
CMYK
RGB Variations
Color information
#85B319 (or 0x85B319) is known color: Lima. HEX triplet: 85, B3 and 19. RGB value is (133,179,25). Sum of RGB (Red+Green+Blue) = 133+179+25=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #85B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B319 is #7A4CE6. Grayscale: #949494. Windows color (decimal): -8015079 or 1684357. OLE color: 1684357.
HSL color Cylindrical-coordinate representation of color #85B319: hue angle of 77.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85B319 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 25 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.30 |
| HSL | 77.92º | 0.75% | 0.4% | - |
| HSV(B) | 77.92º | 0.86% | 0.7% | - |
| XYZ | 25.97 | 37.3 | 6.75 | - |
| YUV | 147.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 25 | 0.26 | 0 | 0.86 | 0.30 | 77.92 | 0.75 | 0.4 |
| Hex | 85 | B3 | 19 | 1A | 0 | 56 | 1E | 4E | 4B | 28 |
| Octal | 205 | 263 | 31 | 32 | 0 | 126 | 36 | 116 | 113 | 50 |
| Binary | 10000101 | 10110011 | 11001 | 11010 | 0 | 1010110 | 11110 | 1001110 | 1001011 | 101000 |
Color Harmonies of #85B319
Complementary color
Monochromatic Colors of #85B319
Black with #85B319
Text Example
Text Example
White with #85B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B319; }
p { color: rgb(133,179,25); }
H1.HeaderClassName
{
color: #85B319;
}
.AnyTagClassName
{
color: #85B319;
}
</style>
background-color css
<style>
a { background-color: #85B319; }
a { background-color: rgb(133,179,25); }
div.DivClassName
{
background-color: #85B319;
}
.BgClassName
{
background-color: #85B319;
}
</style>
border-color css
<style>
span { border-color: #85B319; }
span { border-color: rgb(133,179,25); }
td.TdClassName
{
border-color: #85B319;
}
.TagClassName
{
border-color: #85B319;
}
</style>