Shades of Limerick #8BB613
Tints of Limerick #8BB613
RGB
CMYK
RGB Variations
Color information
#8BB613 (or 0x8BB613) is known color: Limerick. HEX triplet: 8B, B6 and 13. RGB value is (139,182,19). Sum of RGB (Red+Green+Blue) = 139+182+19=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB613 is #7449EC. Grayscale: #979797. Windows color (decimal): -7621101 or 1291915. OLE color: 1291915.
HSL color Cylindrical-coordinate representation of color #8BB613: hue angle of 75.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BB613 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 19 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.29 |
| HSL | 75.83º | 0.81% | 0.39% | - |
| HSV(B) | 75.83º | 0.9% | 0.71% | - |
| XYZ | 27.49 | 38.99 | 6.69 | - |
| YUV | 150.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 19 | 0.24 | 0 | 0.90 | 0.29 | 75.83 | 0.81 | 0.39 |
| Hex | 8B | B6 | 13 | 18 | 0 | 5A | 1D | 4C | 51 | 27 |
| Octal | 213 | 266 | 23 | 30 | 0 | 132 | 35 | 114 | 121 | 47 |
| Binary | 10001011 | 10110110 | 10011 | 11000 | 0 | 1011010 | 11101 | 1001100 | 1010001 | 100111 |
Color Harmonies of #8BB613
Complementary color
Monochromatic Colors of #8BB613
Black with #8BB613
Text Example
Text Example
White with #8BB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB613; }
p { color: rgb(139,182,19); }
H1.HeaderClassName
{
color: #8BB613;
}
.AnyTagClassName
{
color: #8BB613;
}
</style>
background-color css
<style>
a { background-color: #8BB613; }
a { background-color: rgb(139,182,19); }
div.DivClassName
{
background-color: #8BB613;
}
.BgClassName
{
background-color: #8BB613;
}
</style>
border-color css
<style>
span { border-color: #8BB613; }
span { border-color: rgb(139,182,19); }
td.TdClassName
{
border-color: #8BB613;
}
.TagClassName
{
border-color: #8BB613;
}
</style>