Shades of Limerick #86B73D
Tints of Limerick #86B73D
RGB
CMYK
RGB Variations
Color information
#86B73D (or 0x86B73D) is known color: Limerick. HEX triplet: 86, B7 and 3D. RGB value is (134,183,61). Sum of RGB (Red+Green+Blue) = 134+183+61=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #86B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B73D is #7948C2. Grayscale: #9A9A9A. Windows color (decimal): -7948483 or 4044678. OLE color: 4044678.
HSL color Cylindrical-coordinate representation of color #86B73D: hue angle of 84.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86B73D is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 61 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.28 |
| HSL | 84.1º | 0.5% | 0.48% | - |
| HSV(B) | 84.1º | 0.67% | 0.72% | - |
| XYZ | 27.61 | 39.27 | 10.54 | - |
| YUV | 154.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 61 | 0.27 | 0 | 0.67 | 0.28 | 84.1 | 0.5 | 0.48 |
| Hex | 86 | B7 | 3D | 1B | 0 | 43 | 1C | 54 | 32 | 30 |
| Octal | 206 | 267 | 75 | 33 | 0 | 103 | 34 | 124 | 62 | 60 |
| Binary | 10000110 | 10110111 | 111101 | 11011 | 0 | 1000011 | 11100 | 1010100 | 110010 | 110000 |
Color Harmonies of #86B73D
Complementary color
Monochromatic Colors of #86B73D
Black with #86B73D
Text Example
Text Example
White with #86B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B73D; }
p { color: rgb(134,183,61); }
H1.HeaderClassName
{
color: #86B73D;
}
.AnyTagClassName
{
color: #86B73D;
}
</style>
background-color css
<style>
a { background-color: #86B73D; }
a { background-color: rgb(134,183,61); }
div.DivClassName
{
background-color: #86B73D;
}
.BgClassName
{
background-color: #86B73D;
}
</style>
border-color css
<style>
span { border-color: #86B73D; }
span { border-color: rgb(134,183,61); }
td.TdClassName
{
border-color: #86B73D;
}
.TagClassName
{
border-color: #86B73D;
}
</style>