Shades of Limerick #8BB713
Tints of Limerick #8BB713
RGB
CMYK
RGB Variations
Color information
#8BB713 (or 0x8BB713) is known color: Limerick. HEX triplet: 8B, B7 and 13. RGB value is (139,183,19). Sum of RGB (Red+Green+Blue) = 139+183+19=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB713 is #7448EC. Grayscale: #979797. Windows color (decimal): -7620845 or 1292171. OLE color: 1292171.
HSL color Cylindrical-coordinate representation of color #8BB713: hue angle of 76.1º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BB713 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 19 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.28 |
| HSL | 76.1º | 0.81% | 0.4% | - |
| HSV(B) | 76.1º | 0.9% | 0.72% | - |
| XYZ | 27.7 | 39.4 | 6.76 | - |
| YUV | 151.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 19 | 0.24 | 0 | 0.90 | 0.28 | 76.1 | 0.81 | 0.4 |
| Hex | 8B | B7 | 13 | 18 | 0 | 5A | 1C | 4C | 51 | 28 |
| Octal | 213 | 267 | 23 | 30 | 0 | 132 | 34 | 114 | 121 | 50 |
| Binary | 10001011 | 10110111 | 10011 | 11000 | 0 | 1011010 | 11100 | 1001100 | 1010001 | 101000 |
Color Harmonies of #8BB713
Complementary color
Monochromatic Colors of #8BB713
Black with #8BB713
Text Example
Text Example
White with #8BB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB713; }
p { color: rgb(139,183,19); }
H1.HeaderClassName
{
color: #8BB713;
}
.AnyTagClassName
{
color: #8BB713;
}
</style>
background-color css
<style>
a { background-color: #8BB713; }
a { background-color: rgb(139,183,19); }
div.DivClassName
{
background-color: #8BB713;
}
.BgClassName
{
background-color: #8BB713;
}
</style>
border-color css
<style>
span { border-color: #8BB713; }
span { border-color: rgb(139,183,19); }
td.TdClassName
{
border-color: #8BB713;
}
.TagClassName
{
border-color: #8BB713;
}
</style>