Shades of Limerick #86AF35
Tints of Limerick #86AF35
RGB
CMYK
RGB Variations
Color information
#86AF35 (or 0x86AF35) is known color: Limerick. HEX triplet: 86, AF and 35. RGB value is (134,175,53). Sum of RGB (Red+Green+Blue) = 134+175+53=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF35 is #7950CA. Grayscale: #959595. Windows color (decimal): -7950539 or 3518342. OLE color: 3518342.
HSL color Cylindrical-coordinate representation of color #86AF35: hue angle of 80.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86AF35 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 53 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.31 |
| HSL | 80.16º | 0.54% | 0.45% | - |
| HSV(B) | 80.16º | 0.7% | 0.69% | - |
| XYZ | 25.8 | 35.99 | 8.95 | - |
| YUV | 148.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 53 | 0.23 | 0 | 0.70 | 0.31 | 80.16 | 0.54 | 0.45 |
| Hex | 86 | AF | 35 | 17 | 0 | 46 | 1F | 50 | 36 | 2D |
| Octal | 206 | 257 | 65 | 27 | 0 | 106 | 37 | 120 | 66 | 55 |
| Binary | 10000110 | 10101111 | 110101 | 10111 | 0 | 1000110 | 11111 | 1010000 | 110110 | 101101 |
Color Harmonies of #86AF35
Complementary color
Monochromatic Colors of #86AF35
Black with #86AF35
Text Example
Text Example
White with #86AF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF35; }
p { color: rgb(134,175,53); }
H1.HeaderClassName
{
color: #86AF35;
}
.AnyTagClassName
{
color: #86AF35;
}
</style>
background-color css
<style>
a { background-color: #86AF35; }
a { background-color: rgb(134,175,53); }
div.DivClassName
{
background-color: #86AF35;
}
.BgClassName
{
background-color: #86AF35;
}
</style>
border-color css
<style>
span { border-color: #86AF35; }
span { border-color: rgb(134,175,53); }
td.TdClassName
{
border-color: #86AF35;
}
.TagClassName
{
border-color: #86AF35;
}
</style>