Shades of Limerick #86AB28
Tints of Limerick #86AB28
RGB
CMYK
RGB Variations
Color information
#86AB28 (or 0x86AB28) is known color: Limerick. HEX triplet: 86, AB and 28. RGB value is (134,171,40). Sum of RGB (Red+Green+Blue) = 134+171+40=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AB28 is #7954D7. Grayscale: #919191. Windows color (decimal): -7951576 or 2665350. OLE color: 2665350.
HSL color Cylindrical-coordinate representation of color #86AB28: hue angle of 76.95º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86AB28 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 40 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.33 |
| HSL | 76.95º | 0.62% | 0.41% | - |
| HSV(B) | 76.95º | 0.77% | 0.67% | - |
| XYZ | 24.78 | 34.35 | 7.33 | - |
| YUV | 145 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 40 | 0.22 | 0 | 0.77 | 0.33 | 76.95 | 0.62 | 0.41 |
| Hex | 86 | AB | 28 | 16 | 0 | 4D | 21 | 4D | 3E | 29 |
| Octal | 206 | 253 | 50 | 26 | 0 | 115 | 41 | 115 | 76 | 51 |
| Binary | 10000110 | 10101011 | 101000 | 10110 | 0 | 1001101 | 100001 | 1001101 | 111110 | 101001 |
Color Harmonies of #86AB28
Complementary color
Monochromatic Colors of #86AB28
Black with #86AB28
Text Example
Text Example
White with #86AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB28; }
p { color: rgb(134,171,40); }
H1.HeaderClassName
{
color: #86AB28;
}
.AnyTagClassName
{
color: #86AB28;
}
</style>
background-color css
<style>
a { background-color: #86AB28; }
a { background-color: rgb(134,171,40); }
div.DivClassName
{
background-color: #86AB28;
}
.BgClassName
{
background-color: #86AB28;
}
</style>
border-color css
<style>
span { border-color: #86AB28; }
span { border-color: rgb(134,171,40); }
td.TdClassName
{
border-color: #86AB28;
}
.TagClassName
{
border-color: #86AB28;
}
</style>