Shades of Lima #85B409
Tints of Lima #85B409
RGB
CMYK
RGB Variations
Color information
#85B409 (or 0x85B409) is known color: Lima. HEX triplet: 85, B4 and 09. RGB value is (133,180,9). Sum of RGB (Red+Green+Blue) = 133+180+9=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #85B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B409 is #7A4BF6. Grayscale: #939393. Windows color (decimal): -8014839 or 636037. OLE color: 636037.
HSL color Cylindrical-coordinate representation of color #85B409: hue angle of 76.49º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85B409 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.29 |
| HSL | 76.49º | 0.9% | 0.37% | - |
| HSV(B) | 76.49º | 0.95% | 0.71% | - |
| XYZ | 26.04 | 37.65 | 6.15 | - |
| YUV | 146.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 9 | 0.26 | 0 | 0.95 | 0.29 | 76.49 | 0.9 | 0.37 |
| Hex | 85 | B4 | 9 | 1A | 0 | 5F | 1D | 4C | 5A | 25 |
| Octal | 205 | 264 | 11 | 32 | 0 | 137 | 35 | 114 | 132 | 45 |
| Binary | 10000101 | 10110100 | 1001 | 11010 | 0 | 1011111 | 11101 | 1001100 | 1011010 | 100101 |
Color Harmonies of #85B409
Complementary color
Monochromatic Colors of #85B409
Black with #85B409
Text Example
Text Example
White with #85B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B409; }
p { color: rgb(133,180,9); }
H1.HeaderClassName
{
color: #85B409;
}
.AnyTagClassName
{
color: #85B409;
}
</style>
background-color css
<style>
a { background-color: #85B409; }
a { background-color: rgb(133,180,9); }
div.DivClassName
{
background-color: #85B409;
}
.BgClassName
{
background-color: #85B409;
}
</style>
border-color css
<style>
span { border-color: #85B409; }
span { border-color: rgb(133,180,9); }
td.TdClassName
{
border-color: #85B409;
}
.TagClassName
{
border-color: #85B409;
}
</style>