Shades of Lima #85BA1C
Tints of Lima #85BA1C
RGB
CMYK
RGB Variations
Color information
#85BA1C (or 0x85BA1C) is known color: Lima. HEX triplet: 85, BA and 1C. RGB value is (133,186,28). Sum of RGB (Red+Green+Blue) = 133+186+28=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA1C is #7A45E3. Grayscale: #989898. Windows color (decimal): -8013284 or 1882757. OLE color: 1882757.
HSL color Cylindrical-coordinate representation of color #85BA1C: hue angle of 80.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85BA1C is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 28 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.27 |
| HSL | 80.13º | 0.74% | 0.42% | - |
| HSV(B) | 80.13º | 0.85% | 0.73% | - |
| XYZ | 27.44 | 40.19 | 7.41 | - |
| YUV | 152.14 | 57.94 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 28 | 0.28 | 0 | 0.85 | 0.27 | 80.13 | 0.74 | 0.42 |
| Hex | 85 | BA | 1C | 1C | 0 | 55 | 1B | 50 | 4A | 2A |
| Octal | 205 | 272 | 34 | 34 | 0 | 125 | 33 | 120 | 112 | 52 |
| Binary | 10000101 | 10111010 | 11100 | 11100 | 0 | 1010101 | 11011 | 1010000 | 1001010 | 101010 |
Color Harmonies of #85BA1C
Complementary color
Monochromatic Colors of #85BA1C
Black with #85BA1C
Text Example
Text Example
White with #85BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA1C; }
p { color: rgb(133,186,28); }
H1.HeaderClassName
{
color: #85BA1C;
}
.AnyTagClassName
{
color: #85BA1C;
}
</style>
background-color css
<style>
a { background-color: #85BA1C; }
a { background-color: rgb(133,186,28); }
div.DivClassName
{
background-color: #85BA1C;
}
.BgClassName
{
background-color: #85BA1C;
}
</style>
border-color css
<style>
span { border-color: #85BA1C; }
span { border-color: rgb(133,186,28); }
td.TdClassName
{
border-color: #85BA1C;
}
.TagClassName
{
border-color: #85BA1C;
}
</style>