Shades of Lima #85BA0B
Tints of Lima #85BA0B
RGB
CMYK
RGB Variations
Color information
#85BA0B (or 0x85BA0B) is known color: Lima. HEX triplet: 85, BA and 0B. RGB value is (133,186,11). Sum of RGB (Red+Green+Blue) = 133+186+11=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA0B is #7A45F4. Grayscale: #969696. Windows color (decimal): -8013301 or 768645. OLE color: 768645.
HSL color Cylindrical-coordinate representation of color #85BA0B: hue angle of 78.17º degrees, saturation: 0.89, 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 #85BA0B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.27 |
| HSL | 78.17º | 0.89% | 0.39% | - |
| HSV(B) | 78.17º | 0.94% | 0.73% | - |
| XYZ | 27.29 | 40.13 | 6.62 | - |
| YUV | 150.2 | 49.44 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 11 | 0.28 | 0 | 0.94 | 0.27 | 78.17 | 0.89 | 0.39 |
| Hex | 85 | BA | B | 1C | 0 | 5E | 1B | 4E | 59 | 27 |
| Octal | 205 | 272 | 13 | 34 | 0 | 136 | 33 | 116 | 131 | 47 |
| Binary | 10000101 | 10111010 | 1011 | 11100 | 0 | 1011110 | 11011 | 1001110 | 1011001 | 100111 |
Color Harmonies of #85BA0B
Complementary color
Monochromatic Colors of #85BA0B
Black with #85BA0B
Text Example
Text Example
White with #85BA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA0B; }
p { color: rgb(133,186,11); }
H1.HeaderClassName
{
color: #85BA0B;
}
.AnyTagClassName
{
color: #85BA0B;
}
</style>
background-color css
<style>
a { background-color: #85BA0B; }
a { background-color: rgb(133,186,11); }
div.DivClassName
{
background-color: #85BA0B;
}
.BgClassName
{
background-color: #85BA0B;
}
</style>
border-color css
<style>
span { border-color: #85BA0B; }
span { border-color: rgb(133,186,11); }
td.TdClassName
{
border-color: #85BA0B;
}
.TagClassName
{
border-color: #85BA0B;
}
</style>