Shades of Limerick #85B93F
Tints of Limerick #85B93F
RGB
CMYK
RGB Variations
Color information
#85B93F (or 0x85B93F) is known color: Limerick. HEX triplet: 85, B9 and 3F. RGB value is (133,185,63). Sum of RGB (Red+Green+Blue) = 133+185+63=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #85B93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B93F is #7A46C0. Grayscale: #9B9B9B. Windows color (decimal): -8013505 or 4176261. OLE color: 4176261.
HSL color Cylindrical-coordinate representation of color #85B93F: hue angle of 85.57º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85B93F is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 63 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.27 |
| HSL | 85.57º | 0.49% | 0.49% | - |
| HSV(B) | 85.57º | 0.66% | 0.73% | - |
| XYZ | 27.92 | 40.04 | 10.96 | - |
| YUV | 155.54 | 75.77 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 63 | 0.28 | 0 | 0.66 | 0.27 | 85.57 | 0.49 | 0.49 |
| Hex | 85 | B9 | 3F | 1C | 0 | 42 | 1B | 56 | 31 | 31 |
| Octal | 205 | 271 | 77 | 34 | 0 | 102 | 33 | 126 | 61 | 61 |
| Binary | 10000101 | 10111001 | 111111 | 11100 | 0 | 1000010 | 11011 | 1010110 | 110001 | 110001 |
Color Harmonies of #85B93F
Complementary color
Monochromatic Colors of #85B93F
Black with #85B93F
Text Example
Text Example
White with #85B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B93F; }
p { color: rgb(133,185,63); }
H1.HeaderClassName
{
color: #85B93F;
}
.AnyTagClassName
{
color: #85B93F;
}
</style>
background-color css
<style>
a { background-color: #85B93F; }
a { background-color: rgb(133,185,63); }
div.DivClassName
{
background-color: #85B93F;
}
.BgClassName
{
background-color: #85B93F;
}
</style>
border-color css
<style>
span { border-color: #85B93F; }
span { border-color: rgb(133,185,63); }
td.TdClassName
{
border-color: #85B93F;
}
.TagClassName
{
border-color: #85B93F;
}
</style>