Shades of Limerick #86B328
Tints of Limerick #86B328
RGB
CMYK
RGB Variations
Color information
#86B328 (or 0x86B328) is known color: Limerick. HEX triplet: 86, B3 and 28. RGB value is (134,179,40). Sum of RGB (Red+Green+Blue) = 134+179+40=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #86B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B328 is #794CD7. Grayscale: #969696. Windows color (decimal): -7949528 or 2667398. OLE color: 2667398.
HSL color Cylindrical-coordinate representation of color #86B328: hue angle of 79.42º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86B328 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 40 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.30 |
| HSL | 79.42º | 0.63% | 0.43% | - |
| HSV(B) | 79.42º | 0.78% | 0.7% | - |
| XYZ | 26.33 | 37.46 | 7.85 | - |
| YUV | 149.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 40 | 0.25 | 0 | 0.78 | 0.30 | 79.42 | 0.63 | 0.43 |
| Hex | 86 | B3 | 28 | 19 | 0 | 4E | 1E | 4F | 3F | 2B |
| Octal | 206 | 263 | 50 | 31 | 0 | 116 | 36 | 117 | 77 | 53 |
| Binary | 10000110 | 10110011 | 101000 | 11001 | 0 | 1001110 | 11110 | 1001111 | 111111 | 101011 |
Color Harmonies of #86B328
Complementary color
Monochromatic Colors of #86B328
Black with #86B328
Text Example
Text Example
White with #86B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B328; }
p { color: rgb(134,179,40); }
H1.HeaderClassName
{
color: #86B328;
}
.AnyTagClassName
{
color: #86B328;
}
</style>
background-color css
<style>
a { background-color: #86B328; }
a { background-color: rgb(134,179,40); }
div.DivClassName
{
background-color: #86B328;
}
.BgClassName
{
background-color: #86B328;
}
</style>
border-color css
<style>
span { border-color: #86B328; }
span { border-color: rgb(134,179,40); }
td.TdClassName
{
border-color: #86B328;
}
.TagClassName
{
border-color: #86B328;
}
</style>