Shades of Limerick #86B231
Tints of Limerick #86B231
RGB
CMYK
RGB Variations
Color information
#86B231 (or 0x86B231) is known color: Limerick. HEX triplet: 86, B2 and 31. RGB value is (134,178,49). Sum of RGB (Red+Green+Blue) = 134+178+49=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #86B231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B231 is #794DCE. Grayscale: #969696. Windows color (decimal): -7949775 or 3256966. OLE color: 3256966.
HSL color Cylindrical-coordinate representation of color #86B231: hue angle of 80.47º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86B231 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 49 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.30 |
| HSL | 80.47º | 0.57% | 0.45% | - |
| HSV(B) | 80.47º | 0.72% | 0.7% | - |
| XYZ | 26.31 | 37.13 | 8.69 | - |
| YUV | 150.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 49 | 0.25 | 0 | 0.72 | 0.30 | 80.47 | 0.57 | 0.45 |
| Hex | 86 | B2 | 31 | 19 | 0 | 48 | 1E | 50 | 39 | 2D |
| Octal | 206 | 262 | 61 | 31 | 0 | 110 | 36 | 120 | 71 | 55 |
| Binary | 10000110 | 10110010 | 110001 | 11001 | 0 | 1001000 | 11110 | 1010000 | 111001 | 101101 |
Color Harmonies of #86B231
Complementary color
Monochromatic Colors of #86B231
Black with #86B231
Text Example
Text Example
White with #86B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B231; }
p { color: rgb(134,178,49); }
H1.HeaderClassName
{
color: #86B231;
}
.AnyTagClassName
{
color: #86B231;
}
</style>
background-color css
<style>
a { background-color: #86B231; }
a { background-color: rgb(134,178,49); }
div.DivClassName
{
background-color: #86B231;
}
.BgClassName
{
background-color: #86B231;
}
</style>
border-color css
<style>
span { border-color: #86B231; }
span { border-color: rgb(134,178,49); }
td.TdClassName
{
border-color: #86B231;
}
.TagClassName
{
border-color: #86B231;
}
</style>