Shades of Limerick #86B82F
Tints of Limerick #86B82F
RGB
CMYK
RGB Variations
Color information
#86B82F (or 0x86B82F) is known color: Limerick. HEX triplet: 86, B8 and 2F. RGB value is (134,184,47). Sum of RGB (Red+Green+Blue) = 134+184+47=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #86B82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B82F is #7947D0. Grayscale: #999999. Windows color (decimal): -7948241 or 3127430. OLE color: 3127430.
HSL color Cylindrical-coordinate representation of color #86B82F: hue angle of 81.9º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86B82F is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 47 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.28 |
| HSL | 81.9º | 0.59% | 0.45% | - |
| HSV(B) | 81.9º | 0.74% | 0.72% | - |
| XYZ | 27.49 | 39.55 | 8.88 | - |
| YUV | 153.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 47 | 0.27 | 0 | 0.74 | 0.28 | 81.9 | 0.59 | 0.45 |
| Hex | 86 | B8 | 2F | 1B | 0 | 4A | 1C | 52 | 3B | 2D |
| Octal | 206 | 270 | 57 | 33 | 0 | 112 | 34 | 122 | 73 | 55 |
| Binary | 10000110 | 10111000 | 101111 | 11011 | 0 | 1001010 | 11100 | 1010010 | 111011 | 101101 |
Color Harmonies of #86B82F
Complementary color
Monochromatic Colors of #86B82F
Black with #86B82F
Text Example
Text Example
White with #86B82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B82F; }
p { color: rgb(134,184,47); }
H1.HeaderClassName
{
color: #86B82F;
}
.AnyTagClassName
{
color: #86B82F;
}
</style>
background-color css
<style>
a { background-color: #86B82F; }
a { background-color: rgb(134,184,47); }
div.DivClassName
{
background-color: #86B82F;
}
.BgClassName
{
background-color: #86B82F;
}
</style>
border-color css
<style>
span { border-color: #86B82F; }
span { border-color: rgb(134,184,47); }
td.TdClassName
{
border-color: #86B82F;
}
.TagClassName
{
border-color: #86B82F;
}
</style>