Shades of Limerick #8BB71C
Tints of Limerick #8BB71C
RGB
CMYK
RGB Variations
Color information
#8BB71C (or 0x8BB71C) is known color: Limerick. HEX triplet: 8B, B7 and 1C. RGB value is (139,183,28). Sum of RGB (Red+Green+Blue) = 139+183+28=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB71C is #7448E3. Grayscale: #989898. Windows color (decimal): -7620836 or 1881995. OLE color: 1881995.
HSL color Cylindrical-coordinate representation of color #8BB71C: hue angle of 77.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BB71C is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 28 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.28 |
| HSL | 77.03º | 0.73% | 0.41% | - |
| HSV(B) | 77.03º | 0.85% | 0.72% | - |
| XYZ | 27.79 | 39.44 | 7.25 | - |
| YUV | 152.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 28 | 0.24 | 0 | 0.85 | 0.28 | 77.03 | 0.73 | 0.41 |
| Hex | 8B | B7 | 1C | 18 | 0 | 55 | 1C | 4D | 49 | 29 |
| Octal | 213 | 267 | 34 | 30 | 0 | 125 | 34 | 115 | 111 | 51 |
| Binary | 10001011 | 10110111 | 11100 | 11000 | 0 | 1010101 | 11100 | 1001101 | 1001001 | 101001 |
Color Harmonies of #8BB71C
Complementary color
Monochromatic Colors of #8BB71C
Black with #8BB71C
Text Example
Text Example
White with #8BB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB71C; }
p { color: rgb(139,183,28); }
H1.HeaderClassName
{
color: #8BB71C;
}
.AnyTagClassName
{
color: #8BB71C;
}
</style>
background-color css
<style>
a { background-color: #8BB71C; }
a { background-color: rgb(139,183,28); }
div.DivClassName
{
background-color: #8BB71C;
}
.BgClassName
{
background-color: #8BB71C;
}
</style>
border-color css
<style>
span { border-color: #8BB71C; }
span { border-color: rgb(139,183,28); }
td.TdClassName
{
border-color: #8BB71C;
}
.TagClassName
{
border-color: #8BB71C;
}
</style>