Shades of Limerick #8BBC25
Tints of Limerick #8BBC25
RGB
CMYK
RGB Variations
Color information
#8BBC25 (or 0x8BBC25) is known color: Limerick. HEX triplet: 8B, BC and 25. RGB value is (139,188,37). Sum of RGB (Red+Green+Blue) = 139+188+37=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC25 is #7443DA. Grayscale: #9C9C9C. Windows color (decimal): -7619547 or 2473099. OLE color: 2473099.
HSL color Cylindrical-coordinate representation of color #8BBC25: hue angle of 79.47º degrees, saturation: 0.67, 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 #8BBC25 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 37 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.26 |
| HSL | 79.47º | 0.67% | 0.44% | - |
| HSV(B) | 79.47º | 0.8% | 0.74% | - |
| XYZ | 28.96 | 41.59 | 8.25 | - |
| YUV | 156.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 37 | 0.26 | 0 | 0.80 | 0.26 | 79.47 | 0.67 | 0.44 |
| Hex | 8B | BC | 25 | 1A | 0 | 50 | 1A | 4F | 43 | 2C |
| Octal | 213 | 274 | 45 | 32 | 0 | 120 | 32 | 117 | 103 | 54 |
| Binary | 10001011 | 10111100 | 100101 | 11010 | 0 | 1010000 | 11010 | 1001111 | 1000011 | 101100 |
Color Harmonies of #8BBC25
Complementary color
Monochromatic Colors of #8BBC25
Black with #8BBC25
Text Example
Text Example
White with #8BBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC25; }
p { color: rgb(139,188,37); }
H1.HeaderClassName
{
color: #8BBC25;
}
.AnyTagClassName
{
color: #8BBC25;
}
</style>
background-color css
<style>
a { background-color: #8BBC25; }
a { background-color: rgb(139,188,37); }
div.DivClassName
{
background-color: #8BBC25;
}
.BgClassName
{
background-color: #8BBC25;
}
</style>
border-color css
<style>
span { border-color: #8BBC25; }
span { border-color: rgb(139,188,37); }
td.TdClassName
{
border-color: #8BBC25;
}
.TagClassName
{
border-color: #8BBC25;
}
</style>