Shades of Limerick #85BC38
Tints of Limerick #85BC38
RGB
CMYK
RGB Variations
Color information
#85BC38 (or 0x85BC38) is known color: Limerick. HEX triplet: 85, BC and 38. RGB value is (133,188,56). Sum of RGB (Red+Green+Blue) = 133+188+56=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC38 is #7A43C7. Grayscale: #9C9C9C. Windows color (decimal): -8012744 or 3718277. OLE color: 3718277.
HSL color Cylindrical-coordinate representation of color #85BC38: hue angle of 85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85BC38 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 56 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.26 |
| HSL | 85º | 0.54% | 0.48% | - |
| HSV(B) | 85º | 0.7% | 0.74% | - |
| XYZ | 28.37 | 41.24 | 10.21 | - |
| YUV | 156.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 56 | 0.29 | 0 | 0.70 | 0.26 | 85 | 0.54 | 0.48 |
| Hex | 85 | BC | 38 | 1D | 0 | 46 | 1A | 55 | 36 | 30 |
| Octal | 205 | 274 | 70 | 35 | 0 | 106 | 32 | 125 | 66 | 60 |
| Binary | 10000101 | 10111100 | 111000 | 11101 | 0 | 1000110 | 11010 | 1010101 | 110110 | 110000 |
Color Harmonies of #85BC38
Complementary color
Monochromatic Colors of #85BC38
Black with #85BC38
Text Example
Text Example
White with #85BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC38; }
p { color: rgb(133,188,56); }
H1.HeaderClassName
{
color: #85BC38;
}
.AnyTagClassName
{
color: #85BC38;
}
</style>
background-color css
<style>
a { background-color: #85BC38; }
a { background-color: rgb(133,188,56); }
div.DivClassName
{
background-color: #85BC38;
}
.BgClassName
{
background-color: #85BC38;
}
</style>
border-color css
<style>
span { border-color: #85BC38; }
span { border-color: rgb(133,188,56); }
td.TdClassName
{
border-color: #85BC38;
}
.TagClassName
{
border-color: #85BC38;
}
</style>