Shades of Lima #85B31A
Tints of Lima #85B31A
RGB
CMYK
RGB Variations
Color information
#85B31A (or 0x85B31A) is known color: Lima. HEX triplet: 85, B3 and 1A. RGB value is (133,179,26). Sum of RGB (Red+Green+Blue) = 133+179+26=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #85B31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B31A is #7A4CE5. Grayscale: #949494. Windows color (decimal): -8015078 or 1749893. OLE color: 1749893.
HSL color Cylindrical-coordinate representation of color #85B31A: hue angle of 78.04º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85B31A is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 26 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.30 |
| HSL | 78.04º | 0.75% | 0.4% | - |
| HSV(B) | 78.04º | 0.85% | 0.7% | - |
| XYZ | 25.98 | 37.3 | 6.81 | - |
| YUV | 147.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 26 | 0.26 | 0 | 0.85 | 0.30 | 78.04 | 0.75 | 0.4 |
| Hex | 85 | B3 | 1A | 1A | 0 | 55 | 1E | 4E | 4B | 28 |
| Octal | 205 | 263 | 32 | 32 | 0 | 125 | 36 | 116 | 113 | 50 |
| Binary | 10000101 | 10110011 | 11010 | 11010 | 0 | 1010101 | 11110 | 1001110 | 1001011 | 101000 |
Color Harmonies of #85B31A
Complementary color
Monochromatic Colors of #85B31A
Black with #85B31A
Text Example
Text Example
White with #85B31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B31A; }
p { color: rgb(133,179,26); }
H1.HeaderClassName
{
color: #85B31A;
}
.AnyTagClassName
{
color: #85B31A;
}
</style>
background-color css
<style>
a { background-color: #85B31A; }
a { background-color: rgb(133,179,26); }
div.DivClassName
{
background-color: #85B31A;
}
.BgClassName
{
background-color: #85B31A;
}
</style>
border-color css
<style>
span { border-color: #85B31A; }
span { border-color: rgb(133,179,26); }
td.TdClassName
{
border-color: #85B31A;
}
.TagClassName
{
border-color: #85B31A;
}
</style>