Shades of Lima #85BC1B
Tints of Lima #85BC1B
RGB
CMYK
RGB Variations
Color information
#85BC1B (or 0x85BC1B) is known color: Lima. HEX triplet: 85, BC and 1B. RGB value is (133,188,27). Sum of RGB (Red+Green+Blue) = 133+188+27=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC1B is #7A43E4. Grayscale: #999999. Windows color (decimal): -8012773 or 1817733. OLE color: 1817733.
HSL color Cylindrical-coordinate representation of color #85BC1B: hue angle of 80.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85BC1B is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 27 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.26 |
| HSL | 80.5º | 0.75% | 0.42% | - |
| HSV(B) | 80.5º | 0.86% | 0.74% | - |
| XYZ | 27.85 | 41.03 | 7.49 | - |
| YUV | 153.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 27 | 0.29 | 0 | 0.86 | 0.26 | 80.5 | 0.75 | 0.42 |
| Hex | 85 | BC | 1B | 1D | 0 | 56 | 1A | 50 | 4B | 2A |
| Octal | 205 | 274 | 33 | 35 | 0 | 126 | 32 | 120 | 113 | 52 |
| Binary | 10000101 | 10111100 | 11011 | 11101 | 0 | 1010110 | 11010 | 1010000 | 1001011 | 101010 |
Color Harmonies of #85BC1B
Complementary color
Monochromatic Colors of #85BC1B
Black with #85BC1B
Text Example
Text Example
White with #85BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC1B; }
p { color: rgb(133,188,27); }
H1.HeaderClassName
{
color: #85BC1B;
}
.AnyTagClassName
{
color: #85BC1B;
}
</style>
background-color css
<style>
a { background-color: #85BC1B; }
a { background-color: rgb(133,188,27); }
div.DivClassName
{
background-color: #85BC1B;
}
.BgClassName
{
background-color: #85BC1B;
}
</style>
border-color css
<style>
span { border-color: #85BC1B; }
span { border-color: rgb(133,188,27); }
td.TdClassName
{
border-color: #85BC1B;
}
.TagClassName
{
border-color: #85BC1B;
}
</style>