Shades of Limerick #86B826
Tints of Limerick #86B826
RGB
CMYK
RGB Variations
Color information
#86B826 (or 0x86B826) is known color: Limerick. HEX triplet: 86, B8 and 26. RGB value is (134,184,38). Sum of RGB (Red+Green+Blue) = 134+184+38=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #86B826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B826 is #7947D9. Grayscale: #989898. Windows color (decimal): -7948250 or 2537606. OLE color: 2537606.
HSL color Cylindrical-coordinate representation of color #86B826: hue angle of 80.55º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86B826 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 38 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.28 |
| HSL | 80.55º | 0.66% | 0.44% | - |
| HSV(B) | 80.55º | 0.79% | 0.72% | - |
| XYZ | 27.32 | 39.49 | 8.02 | - |
| YUV | 152.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 38 | 0.27 | 0 | 0.79 | 0.28 | 80.55 | 0.66 | 0.44 |
| Hex | 86 | B8 | 26 | 1B | 0 | 4F | 1C | 51 | 42 | 2C |
| Octal | 206 | 270 | 46 | 33 | 0 | 117 | 34 | 121 | 102 | 54 |
| Binary | 10000110 | 10111000 | 100110 | 11011 | 0 | 1001111 | 11100 | 1010001 | 1000010 | 101100 |
Color Harmonies of #86B826
Complementary color
Monochromatic Colors of #86B826
Black with #86B826
Text Example
Text Example
White with #86B826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B826; }
p { color: rgb(134,184,38); }
H1.HeaderClassName
{
color: #86B826;
}
.AnyTagClassName
{
color: #86B826;
}
</style>
background-color css
<style>
a { background-color: #86B826; }
a { background-color: rgb(134,184,38); }
div.DivClassName
{
background-color: #86B826;
}
.BgClassName
{
background-color: #86B826;
}
</style>
border-color css
<style>
span { border-color: #86B826; }
span { border-color: rgb(134,184,38); }
td.TdClassName
{
border-color: #86B826;
}
.TagClassName
{
border-color: #86B826;
}
</style>