Shades of Limerick #86B331
Tints of Limerick #86B331
RGB
CMYK
RGB Variations
Color information
#86B331 (or 0x86B331) is known color: Limerick. HEX triplet: 86, B3 and 31. RGB value is (134,179,49). Sum of RGB (Red+Green+Blue) = 134+179+49=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #86B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B331 is #794CCE. Grayscale: #979797. Windows color (decimal): -7949519 or 3257222. OLE color: 3257222.
HSL color Cylindrical-coordinate representation of color #86B331: hue angle of 80.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86B331 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 49 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.30 |
| HSL | 80.77º | 0.57% | 0.45% | - |
| HSV(B) | 80.77º | 0.73% | 0.7% | - |
| XYZ | 26.51 | 37.53 | 8.75 | - |
| YUV | 150.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 49 | 0.25 | 0 | 0.73 | 0.30 | 80.77 | 0.57 | 0.45 |
| Hex | 86 | B3 | 31 | 19 | 0 | 49 | 1E | 51 | 39 | 2D |
| Octal | 206 | 263 | 61 | 31 | 0 | 111 | 36 | 121 | 71 | 55 |
| Binary | 10000110 | 10110011 | 110001 | 11001 | 0 | 1001001 | 11110 | 1010001 | 111001 | 101101 |
Color Harmonies of #86B331
Complementary color
Monochromatic Colors of #86B331
Black with #86B331
Text Example
Text Example
White with #86B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B331; }
p { color: rgb(134,179,49); }
H1.HeaderClassName
{
color: #86B331;
}
.AnyTagClassName
{
color: #86B331;
}
</style>
background-color css
<style>
a { background-color: #86B331; }
a { background-color: rgb(134,179,49); }
div.DivClassName
{
background-color: #86B331;
}
.BgClassName
{
background-color: #86B331;
}
</style>
border-color css
<style>
span { border-color: #86B331; }
span { border-color: rgb(134,179,49); }
td.TdClassName
{
border-color: #86B331;
}
.TagClassName
{
border-color: #86B331;
}
</style>