Shades of Limerick #85AD36
Tints of Limerick #85AD36
RGB
CMYK
RGB Variations
Color information
#85AD36 (or 0x85AD36) is known color: Limerick. HEX triplet: 85, AD and 36. RGB value is (133,173,54). Sum of RGB (Red+Green+Blue) = 133+173+54=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AD36 is #7A52C9. Grayscale: #939393. Windows color (decimal): -8016586 or 3583365. OLE color: 3583365.
HSL color Cylindrical-coordinate representation of color #85AD36: hue angle of 80.17º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85AD36 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 54 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.32 |
| HSL | 80.17º | 0.52% | 0.45% | - |
| HSV(B) | 80.17º | 0.69% | 0.68% | - |
| XYZ | 25.28 | 35.14 | 8.94 | - |
| YUV | 147.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 54 | 0.23 | 0 | 0.69 | 0.32 | 80.17 | 0.52 | 0.45 |
| Hex | 85 | AD | 36 | 17 | 0 | 45 | 20 | 50 | 34 | 2D |
| Octal | 205 | 255 | 66 | 27 | 0 | 105 | 40 | 120 | 64 | 55 |
| Binary | 10000101 | 10101101 | 110110 | 10111 | 0 | 1000101 | 100000 | 1010000 | 110100 | 101101 |
Color Harmonies of #85AD36
Complementary color
Monochromatic Colors of #85AD36
Black with #85AD36
Text Example
Text Example
White with #85AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD36; }
p { color: rgb(133,173,54); }
H1.HeaderClassName
{
color: #85AD36;
}
.AnyTagClassName
{
color: #85AD36;
}
</style>
background-color css
<style>
a { background-color: #85AD36; }
a { background-color: rgb(133,173,54); }
div.DivClassName
{
background-color: #85AD36;
}
.BgClassName
{
background-color: #85AD36;
}
</style>
border-color css
<style>
span { border-color: #85AD36; }
span { border-color: rgb(133,173,54); }
td.TdClassName
{
border-color: #85AD36;
}
.TagClassName
{
border-color: #85AD36;
}
</style>