Shades of Limerick #85AB1E
Tints of Limerick #85AB1E
RGB
CMYK
RGB Variations
Color information
#85AB1E (or 0x85AB1E) is known color: Limerick. HEX triplet: 85, AB and 1E. RGB value is (133,171,30). Sum of RGB (Red+Green+Blue) = 133+171+30=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB1E is #7A54E1. Grayscale: #909090. Windows color (decimal): -8017122 or 2009989. OLE color: 2009989.
HSL color Cylindrical-coordinate representation of color #85AB1E: hue angle of 76.17º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85AB1E is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 30 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.33 |
| HSL | 76.17º | 0.7% | 0.39% | - |
| HSV(B) | 76.17º | 0.82% | 0.67% | - |
| XYZ | 24.47 | 34.21 | 6.54 | - |
| YUV | 143.56 | 63.91 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 30 | 0.22 | 0 | 0.82 | 0.33 | 76.17 | 0.7 | 0.39 |
| Hex | 85 | AB | 1E | 16 | 0 | 52 | 21 | 4C | 46 | 27 |
| Octal | 205 | 253 | 36 | 26 | 0 | 122 | 41 | 114 | 106 | 47 |
| Binary | 10000101 | 10101011 | 11110 | 10110 | 0 | 1010010 | 100001 | 1001100 | 1000110 | 100111 |
Color Harmonies of #85AB1E
Complementary color
Monochromatic Colors of #85AB1E
Black with #85AB1E
Text Example
Text Example
White with #85AB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB1E; }
p { color: rgb(133,171,30); }
H1.HeaderClassName
{
color: #85AB1E;
}
.AnyTagClassName
{
color: #85AB1E;
}
</style>
background-color css
<style>
a { background-color: #85AB1E; }
a { background-color: rgb(133,171,30); }
div.DivClassName
{
background-color: #85AB1E;
}
.BgClassName
{
background-color: #85AB1E;
}
</style>
border-color css
<style>
span { border-color: #85AB1E; }
span { border-color: rgb(133,171,30); }
td.TdClassName
{
border-color: #85AB1E;
}
.TagClassName
{
border-color: #85AB1E;
}
</style>