Shades of Limerick #86B13B
Tints of Limerick #86B13B
RGB
CMYK
RGB Variations
Color information
#86B13B (or 0x86B13B) is known color: Limerick. HEX triplet: 86, B1 and 3B. RGB value is (134,177,59). Sum of RGB (Red+Green+Blue) = 134+177+59=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #86B13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B13B is #794EC4. Grayscale: #979797. Windows color (decimal): -7950021 or 3912070. OLE color: 3912070.
HSL color Cylindrical-coordinate representation of color #86B13B: hue angle of 81.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86B13B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 59 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.31 |
| HSL | 81.86º | 0.5% | 0.46% | - |
| HSV(B) | 81.86º | 0.67% | 0.69% | - |
| XYZ | 26.34 | 36.83 | 9.86 | - |
| YUV | 150.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 59 | 0.24 | 0 | 0.67 | 0.31 | 81.86 | 0.5 | 0.46 |
| Hex | 86 | B1 | 3B | 18 | 0 | 43 | 1F | 52 | 32 | 2E |
| Octal | 206 | 261 | 73 | 30 | 0 | 103 | 37 | 122 | 62 | 56 |
| Binary | 10000110 | 10110001 | 111011 | 11000 | 0 | 1000011 | 11111 | 1010010 | 110010 | 101110 |
Color Harmonies of #86B13B
Complementary color
Monochromatic Colors of #86B13B
Black with #86B13B
Text Example
Text Example
White with #86B13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B13B; }
p { color: rgb(134,177,59); }
H1.HeaderClassName
{
color: #86B13B;
}
.AnyTagClassName
{
color: #86B13B;
}
</style>
background-color css
<style>
a { background-color: #86B13B; }
a { background-color: rgb(134,177,59); }
div.DivClassName
{
background-color: #86B13B;
}
.BgClassName
{
background-color: #86B13B;
}
</style>
border-color css
<style>
span { border-color: #86B13B; }
span { border-color: rgb(134,177,59); }
td.TdClassName
{
border-color: #86B13B;
}
.TagClassName
{
border-color: #86B13B;
}
</style>