Shades of Lima #85B90C
Tints of Lima #85B90C
RGB
CMYK
RGB Variations
Color information
#85B90C (or 0x85B90C) is known color: Lima. HEX triplet: 85, B9 and 0C. RGB value is (133,185,12). Sum of RGB (Red+Green+Blue) = 133+185+12=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #85B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B90C is #7A46F3. Grayscale: #969696. Windows color (decimal): -8013556 or 833925. OLE color: 833925.
HSL color Cylindrical-coordinate representation of color #85B90C: hue angle of 78.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85B90C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.27 |
| HSL | 78.03º | 0.88% | 0.39% | - |
| HSV(B) | 78.03º | 0.94% | 0.73% | - |
| XYZ | 27.09 | 39.71 | 6.59 | - |
| YUV | 149.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 12 | 0.28 | 0 | 0.94 | 0.27 | 78.03 | 0.88 | 0.39 |
| Hex | 85 | B9 | C | 1C | 0 | 5E | 1B | 4E | 58 | 27 |
| Octal | 205 | 271 | 14 | 34 | 0 | 136 | 33 | 116 | 130 | 47 |
| Binary | 10000101 | 10111001 | 1100 | 11100 | 0 | 1011110 | 11011 | 1001110 | 1011000 | 100111 |
Color Harmonies of #85B90C
Complementary color
Monochromatic Colors of #85B90C
Black with #85B90C
Text Example
Text Example
White with #85B90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B90C; }
p { color: rgb(133,185,12); }
H1.HeaderClassName
{
color: #85B90C;
}
.AnyTagClassName
{
color: #85B90C;
}
</style>
background-color css
<style>
a { background-color: #85B90C; }
a { background-color: rgb(133,185,12); }
div.DivClassName
{
background-color: #85B90C;
}
.BgClassName
{
background-color: #85B90C;
}
</style>
border-color css
<style>
span { border-color: #85B90C; }
span { border-color: rgb(133,185,12); }
td.TdClassName
{
border-color: #85B90C;
}
.TagClassName
{
border-color: #85B90C;
}
</style>