Shades of Limerick #85BC26
Tints of Limerick #85BC26
RGB
CMYK
RGB Variations
Color information
#85BC26 (or 0x85BC26) is known color: Limerick. HEX triplet: 85, BC and 26. RGB value is (133,188,38). Sum of RGB (Red+Green+Blue) = 133+188+38=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC26 is #7A43D9. Grayscale: #9B9B9B. Windows color (decimal): -8012762 or 2538629. OLE color: 2538629.
HSL color Cylindrical-coordinate representation of color #85BC26: hue angle of 82º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85BC26 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 38 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.26 |
| HSL | 82º | 0.66% | 0.44% | - |
| HSV(B) | 82º | 0.8% | 0.74% | - |
| XYZ | 28.01 | 41.09 | 8.29 | - |
| YUV | 154.46 | 62.28 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 38 | 0.29 | 0 | 0.80 | 0.26 | 82 | 0.66 | 0.44 |
| Hex | 85 | BC | 26 | 1D | 0 | 50 | 1A | 52 | 42 | 2C |
| Octal | 205 | 274 | 46 | 35 | 0 | 120 | 32 | 122 | 102 | 54 |
| Binary | 10000101 | 10111100 | 100110 | 11101 | 0 | 1010000 | 11010 | 1010010 | 1000010 | 101100 |
Color Harmonies of #85BC26
Complementary color
Monochromatic Colors of #85BC26
Black with #85BC26
Text Example
Text Example
White with #85BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC26; }
p { color: rgb(133,188,38); }
H1.HeaderClassName
{
color: #85BC26;
}
.AnyTagClassName
{
color: #85BC26;
}
</style>
background-color css
<style>
a { background-color: #85BC26; }
a { background-color: rgb(133,188,38); }
div.DivClassName
{
background-color: #85BC26;
}
.BgClassName
{
background-color: #85BC26;
}
</style>
border-color css
<style>
span { border-color: #85BC26; }
span { border-color: rgb(133,188,38); }
td.TdClassName
{
border-color: #85BC26;
}
.TagClassName
{
border-color: #85BC26;
}
</style>