Shades of Limerick #8BBC28
Tints of Limerick #8BBC28
RGB
CMYK
RGB Variations
Color information
#8BBC28 (or 0x8BBC28) is known color: Limerick. HEX triplet: 8B, BC and 28. RGB value is (139,188,40). Sum of RGB (Red+Green+Blue) = 139+188+40=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC28 is #7443D7. Grayscale: #9D9D9D. Windows color (decimal): -7619544 or 2669707. OLE color: 2669707.
HSL color Cylindrical-coordinate representation of color #8BBC28: hue angle of 79.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8BBC28 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 40 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.26 |
| HSL | 79.86º | 0.65% | 0.45% | - |
| HSV(B) | 79.86º | 0.79% | 0.74% | - |
| XYZ | 29.01 | 41.61 | 8.51 | - |
| YUV | 156.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 40 | 0.26 | 0 | 0.79 | 0.26 | 79.86 | 0.65 | 0.45 |
| Hex | 8B | BC | 28 | 1A | 0 | 4F | 1A | 50 | 41 | 2D |
| Octal | 213 | 274 | 50 | 32 | 0 | 117 | 32 | 120 | 101 | 55 |
| Binary | 10001011 | 10111100 | 101000 | 11010 | 0 | 1001111 | 11010 | 1010000 | 1000001 | 101101 |
Color Harmonies of #8BBC28
Complementary color
Monochromatic Colors of #8BBC28
Black with #8BBC28
Text Example
Text Example
White with #8BBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC28; }
p { color: rgb(139,188,40); }
H1.HeaderClassName
{
color: #8BBC28;
}
.AnyTagClassName
{
color: #8BBC28;
}
</style>
background-color css
<style>
a { background-color: #8BBC28; }
a { background-color: rgb(139,188,40); }
div.DivClassName
{
background-color: #8BBC28;
}
.BgClassName
{
background-color: #8BBC28;
}
</style>
border-color css
<style>
span { border-color: #8BBC28; }
span { border-color: rgb(139,188,40); }
td.TdClassName
{
border-color: #8BBC28;
}
.TagClassName
{
border-color: #8BBC28;
}
</style>