Shades of Limerick #85AB34
Tints of Limerick #85AB34
RGB
CMYK
RGB Variations
Color information
#85AB34 (or 0x85AB34) is known color: Limerick. HEX triplet: 85, AB and 34. RGB value is (133,171,52). Sum of RGB (Red+Green+Blue) = 133+171+52=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB34 is #7A54CB. Grayscale: #929292. Windows color (decimal): -8017100 or 3451781. OLE color: 3451781.
HSL color Cylindrical-coordinate representation of color #85AB34: hue angle of 79.16º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85AB34 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 52 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.33 |
| HSL | 79.16º | 0.53% | 0.44% | - |
| HSV(B) | 79.16º | 0.7% | 0.67% | - |
| XYZ | 24.86 | 34.36 | 8.57 | - |
| YUV | 146.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 52 | 0.22 | 0 | 0.70 | 0.33 | 79.16 | 0.53 | 0.44 |
| Hex | 85 | AB | 34 | 16 | 0 | 46 | 21 | 4F | 35 | 2C |
| Octal | 205 | 253 | 64 | 26 | 0 | 106 | 41 | 117 | 65 | 54 |
| Binary | 10000101 | 10101011 | 110100 | 10110 | 0 | 1000110 | 100001 | 1001111 | 110101 | 101100 |
Color Harmonies of #85AB34
Complementary color
Monochromatic Colors of #85AB34
Black with #85AB34
Text Example
Text Example
White with #85AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB34; }
p { color: rgb(133,171,52); }
H1.HeaderClassName
{
color: #85AB34;
}
.AnyTagClassName
{
color: #85AB34;
}
</style>
background-color css
<style>
a { background-color: #85AB34; }
a { background-color: rgb(133,171,52); }
div.DivClassName
{
background-color: #85AB34;
}
.BgClassName
{
background-color: #85AB34;
}
</style>
border-color css
<style>
span { border-color: #85AB34; }
span { border-color: rgb(133,171,52); }
td.TdClassName
{
border-color: #85AB34;
}
.TagClassName
{
border-color: #85AB34;
}
</style>