Shades of Limerick #8BBC26
Tints of Limerick #8BBC26
RGB
CMYK
RGB Variations
Color information
#8BBC26 (or 0x8BBC26) is known color: Limerick. HEX triplet: 8B, BC and 26. RGB value is (139,188,38). Sum of RGB (Red+Green+Blue) = 139+188+38=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC26 is #7443D9. Grayscale: #9C9C9C. Windows color (decimal): -7619546 or 2538635. OLE color: 2538635.
HSL color Cylindrical-coordinate representation of color #8BBC26: hue angle of 79.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8BBC26 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 38 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.26 |
| HSL | 79.6º | 0.66% | 0.44% | - |
| HSV(B) | 79.6º | 0.8% | 0.74% | - |
| XYZ | 28.98 | 41.6 | 8.33 | - |
| YUV | 156.25 | 61.27 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 38 | 0.26 | 0 | 0.80 | 0.26 | 79.6 | 0.66 | 0.44 |
| Hex | 8B | BC | 26 | 1A | 0 | 50 | 1A | 50 | 42 | 2C |
| Octal | 213 | 274 | 46 | 32 | 0 | 120 | 32 | 120 | 102 | 54 |
| Binary | 10001011 | 10111100 | 100110 | 11010 | 0 | 1010000 | 11010 | 1010000 | 1000010 | 101100 |
Color Harmonies of #8BBC26
Complementary color
Monochromatic Colors of #8BBC26
Black with #8BBC26
Text Example
Text Example
White with #8BBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC26; }
p { color: rgb(139,188,38); }
H1.HeaderClassName
{
color: #8BBC26;
}
.AnyTagClassName
{
color: #8BBC26;
}
</style>
background-color css
<style>
a { background-color: #8BBC26; }
a { background-color: rgb(139,188,38); }
div.DivClassName
{
background-color: #8BBC26;
}
.BgClassName
{
background-color: #8BBC26;
}
</style>
border-color css
<style>
span { border-color: #8BBC26; }
span { border-color: rgb(139,188,38); }
td.TdClassName
{
border-color: #8BBC26;
}
.TagClassName
{
border-color: #8BBC26;
}
</style>