Shades of Limerick #86AD31
Tints of Limerick #86AD31
RGB
CMYK
RGB Variations
Color information
#86AD31 (or 0x86AD31) is known color: Limerick. HEX triplet: 86, AD and 31. RGB value is (134,173,49). Sum of RGB (Red+Green+Blue) = 134+173+49=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD31 is #7952CE. Grayscale: #939393. Windows color (decimal): -7951055 or 3255686. OLE color: 3255686.
HSL color Cylindrical-coordinate representation of color #86AD31: hue angle of 78.87º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86AD31 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 49 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.32 |
| HSL | 78.87º | 0.56% | 0.44% | - |
| HSV(B) | 78.87º | 0.72% | 0.68% | - |
| XYZ | 25.33 | 35.18 | 8.36 | - |
| YUV | 147.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 49 | 0.23 | 0 | 0.72 | 0.32 | 78.87 | 0.56 | 0.44 |
| Hex | 86 | AD | 31 | 17 | 0 | 48 | 20 | 4F | 38 | 2C |
| Octal | 206 | 255 | 61 | 27 | 0 | 110 | 40 | 117 | 70 | 54 |
| Binary | 10000110 | 10101101 | 110001 | 10111 | 0 | 1001000 | 100000 | 1001111 | 111000 | 101100 |
Color Harmonies of #86AD31
Complementary color
Monochromatic Colors of #86AD31
Black with #86AD31
Text Example
Text Example
White with #86AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD31; }
p { color: rgb(134,173,49); }
H1.HeaderClassName
{
color: #86AD31;
}
.AnyTagClassName
{
color: #86AD31;
}
</style>
background-color css
<style>
a { background-color: #86AD31; }
a { background-color: rgb(134,173,49); }
div.DivClassName
{
background-color: #86AD31;
}
.BgClassName
{
background-color: #86AD31;
}
</style>
border-color css
<style>
span { border-color: #86AD31; }
span { border-color: rgb(134,173,49); }
td.TdClassName
{
border-color: #86AD31;
}
.TagClassName
{
border-color: #86AD31;
}
</style>