Shades of Limerick #8BB825
Tints of Limerick #8BB825
RGB
CMYK
RGB Variations
Color information
#8BB825 (or 0x8BB825) is known color: Limerick. HEX triplet: 8B, B8 and 25. RGB value is (139,184,37). Sum of RGB (Red+Green+Blue) = 139+184+37=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB825 is #7447DA. Grayscale: #9A9A9A. Windows color (decimal): -7620571 or 2472075. OLE color: 2472075.
HSL color Cylindrical-coordinate representation of color #8BB825: hue angle of 78.37º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8BB825 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 37 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.28 |
| HSL | 78.37º | 0.67% | 0.43% | - |
| HSV(B) | 78.37º | 0.8% | 0.72% | - |
| XYZ | 28.12 | 39.9 | 7.97 | - |
| YUV | 153.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 37 | 0.24 | 0 | 0.80 | 0.28 | 78.37 | 0.67 | 0.43 |
| Hex | 8B | B8 | 25 | 18 | 0 | 50 | 1C | 4E | 43 | 2B |
| Octal | 213 | 270 | 45 | 30 | 0 | 120 | 34 | 116 | 103 | 53 |
| Binary | 10001011 | 10111000 | 100101 | 11000 | 0 | 1010000 | 11100 | 1001110 | 1000011 | 101011 |
Color Harmonies of #8BB825
Complementary color
Monochromatic Colors of #8BB825
Black with #8BB825
Text Example
Text Example
White with #8BB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB825; }
p { color: rgb(139,184,37); }
H1.HeaderClassName
{
color: #8BB825;
}
.AnyTagClassName
{
color: #8BB825;
}
</style>
background-color css
<style>
a { background-color: #8BB825; }
a { background-color: rgb(139,184,37); }
div.DivClassName
{
background-color: #8BB825;
}
.BgClassName
{
background-color: #8BB825;
}
</style>
border-color css
<style>
span { border-color: #8BB825; }
span { border-color: rgb(139,184,37); }
td.TdClassName
{
border-color: #8BB825;
}
.TagClassName
{
border-color: #8BB825;
}
</style>