Shades of Limerick #8BB913
Tints of Limerick #8BB913
RGB
CMYK
RGB Variations
Color information
#8BB913 (or 0x8BB913) is known color: Limerick. HEX triplet: 8B, B9 and 13. RGB value is (139,185,19). Sum of RGB (Red+Green+Blue) = 139+185+19=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB913 is #7446EC. Grayscale: #989898. Windows color (decimal): -7620333 or 1292683. OLE color: 1292683.
HSL color Cylindrical-coordinate representation of color #8BB913: hue angle of 76.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BB913 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 185 | 19 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.27 |
| HSL | 76.63º | 0.81% | 0.4% | - |
| HSV(B) | 76.63º | 0.9% | 0.73% | - |
| XYZ | 28.11 | 40.23 | 6.9 | - |
| YUV | 152.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 19 | 0.25 | 0 | 0.90 | 0.27 | 76.63 | 0.81 | 0.4 |
| Hex | 8B | B9 | 13 | 19 | 0 | 5A | 1B | 4D | 51 | 28 |
| Octal | 213 | 271 | 23 | 31 | 0 | 132 | 33 | 115 | 121 | 50 |
| Binary | 10001011 | 10111001 | 10011 | 11001 | 0 | 1011010 | 11011 | 1001101 | 1010001 | 101000 |
Color Harmonies of #8BB913
Complementary color
Monochromatic Colors of #8BB913
Black with #8BB913
Text Example
Text Example
White with #8BB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB913; }
p { color: rgb(139,185,19); }
H1.HeaderClassName
{
color: #8BB913;
}
.AnyTagClassName
{
color: #8BB913;
}
</style>
background-color css
<style>
a { background-color: #8BB913; }
a { background-color: rgb(139,185,19); }
div.DivClassName
{
background-color: #8BB913;
}
.BgClassName
{
background-color: #8BB913;
}
</style>
border-color css
<style>
span { border-color: #8BB913; }
span { border-color: rgb(139,185,19); }
td.TdClassName
{
border-color: #8BB913;
}
.TagClassName
{
border-color: #8BB913;
}
</style>