Shades of Limerick #85AB36
Tints of Limerick #85AB36
RGB
CMYK
RGB Variations
Color information
#85AB36 (or 0x85AB36) is known color: Limerick. HEX triplet: 85, AB and 36. RGB value is (133,171,54). Sum of RGB (Red+Green+Blue) = 133+171+54=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB36 is #7A54C9. Grayscale: #929292. Windows color (decimal): -8017098 or 3582853. OLE color: 3582853.
HSL color Cylindrical-coordinate representation of color #85AB36: hue angle of 79.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85AB36 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 54 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.33 |
| HSL | 79.49º | 0.52% | 0.44% | - |
| HSV(B) | 79.49º | 0.68% | 0.67% | - |
| XYZ | 24.9 | 34.38 | 8.81 | - |
| YUV | 146.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 54 | 0.22 | 0 | 0.68 | 0.33 | 79.49 | 0.52 | 0.44 |
| Hex | 85 | AB | 36 | 16 | 0 | 44 | 21 | 4F | 34 | 2C |
| Octal | 205 | 253 | 66 | 26 | 0 | 104 | 41 | 117 | 64 | 54 |
| Binary | 10000101 | 10101011 | 110110 | 10110 | 0 | 1000100 | 100001 | 1001111 | 110100 | 101100 |
Color Harmonies of #85AB36
Complementary color
Monochromatic Colors of #85AB36
Black with #85AB36
Text Example
Text Example
White with #85AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB36; }
p { color: rgb(133,171,54); }
H1.HeaderClassName
{
color: #85AB36;
}
.AnyTagClassName
{
color: #85AB36;
}
</style>
background-color css
<style>
a { background-color: #85AB36; }
a { background-color: rgb(133,171,54); }
div.DivClassName
{
background-color: #85AB36;
}
.BgClassName
{
background-color: #85AB36;
}
</style>
border-color css
<style>
span { border-color: #85AB36; }
span { border-color: rgb(133,171,54); }
td.TdClassName
{
border-color: #85AB36;
}
.TagClassName
{
border-color: #85AB36;
}
</style>