Shades of Lima #85B512
Tints of Lima #85B512
RGB
CMYK
RGB Variations
Color information
#85B512 (or 0x85B512) is known color: Lima. HEX triplet: 85, B5 and 12. RGB value is (133,181,18). Sum of RGB (Red+Green+Blue) = 133+181+18=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #85B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B512 is #7A4AED. Grayscale: #949494. Windows color (decimal): -8014574 or 1226117. OLE color: 1226117.
HSL color Cylindrical-coordinate representation of color #85B512: hue angle of 77.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85B512 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 18 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.29 |
| HSL | 77.67º | 0.82% | 0.39% | - |
| HSV(B) | 77.67º | 0.9% | 0.71% | - |
| XYZ | 26.31 | 38.08 | 6.54 | - |
| YUV | 148.07 | 54.6 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 18 | 0.27 | 0 | 0.90 | 0.29 | 77.67 | 0.82 | 0.39 |
| Hex | 85 | B5 | 12 | 1B | 0 | 5A | 1D | 4E | 52 | 27 |
| Octal | 205 | 265 | 22 | 33 | 0 | 132 | 35 | 116 | 122 | 47 |
| Binary | 10000101 | 10110101 | 10010 | 11011 | 0 | 1011010 | 11101 | 1001110 | 1010010 | 100111 |
Color Harmonies of #85B512
Complementary color
Monochromatic Colors of #85B512
Black with #85B512
Text Example
Text Example
White with #85B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B512; }
p { color: rgb(133,181,18); }
H1.HeaderClassName
{
color: #85B512;
}
.AnyTagClassName
{
color: #85B512;
}
</style>
background-color css
<style>
a { background-color: #85B512; }
a { background-color: rgb(133,181,18); }
div.DivClassName
{
background-color: #85B512;
}
.BgClassName
{
background-color: #85B512;
}
</style>
border-color css
<style>
span { border-color: #85B512; }
span { border-color: rgb(133,181,18); }
td.TdClassName
{
border-color: #85B512;
}
.TagClassName
{
border-color: #85B512;
}
</style>