Shades of Limerick #8BBC16
Tints of Limerick #8BBC16
RGB
CMYK
RGB Variations
Color information
#8BBC16 (or 0x8BBC16) is known color: Limerick. HEX triplet: 8B, BC and 16. RGB value is (139,188,22). Sum of RGB (Red+Green+Blue) = 139+188+22=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC16 is #7443E9. Grayscale: #9B9B9B. Windows color (decimal): -7619562 or 1490059. OLE color: 1490059.
HSL color Cylindrical-coordinate representation of color #8BBC16: hue angle of 77.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8BBC16 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 22 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.26 |
| HSL | 77.71º | 0.79% | 0.41% | - |
| HSV(B) | 77.71º | 0.88% | 0.74% | - |
| XYZ | 28.78 | 41.51 | 7.26 | - |
| YUV | 154.43 | 53.27 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 22 | 0.26 | 0 | 0.88 | 0.26 | 77.71 | 0.79 | 0.41 |
| Hex | 8B | BC | 16 | 1A | 0 | 58 | 1A | 4E | 4F | 29 |
| Octal | 213 | 274 | 26 | 32 | 0 | 130 | 32 | 116 | 117 | 51 |
| Binary | 10001011 | 10111100 | 10110 | 11010 | 0 | 1011000 | 11010 | 1001110 | 1001111 | 101001 |
Color Harmonies of #8BBC16
Complementary color
Monochromatic Colors of #8BBC16
Black with #8BBC16
Text Example
Text Example
White with #8BBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC16; }
p { color: rgb(139,188,22); }
H1.HeaderClassName
{
color: #8BBC16;
}
.AnyTagClassName
{
color: #8BBC16;
}
</style>
background-color css
<style>
a { background-color: #8BBC16; }
a { background-color: rgb(139,188,22); }
div.DivClassName
{
background-color: #8BBC16;
}
.BgClassName
{
background-color: #8BBC16;
}
</style>
border-color css
<style>
span { border-color: #8BBC16; }
span { border-color: rgb(139,188,22); }
td.TdClassName
{
border-color: #8BBC16;
}
.TagClassName
{
border-color: #8BBC16;
}
</style>