Shades of Limerick #8BB617
Tints of Limerick #8BB617
RGB
CMYK
RGB Variations
Color information
#8BB617 (or 0x8BB617) is known color: Limerick. HEX triplet: 8B, B6 and 17. RGB value is (139,182,23). Sum of RGB (Red+Green+Blue) = 139+182+23=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB617 is #7449E8. Grayscale: #979797. Windows color (decimal): -7621097 or 1554059. OLE color: 1554059.
HSL color Cylindrical-coordinate representation of color #8BB617: hue angle of 76.23º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BB617 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 23 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.29 |
| HSL | 76.23º | 0.78% | 0.4% | - |
| HSV(B) | 76.23º | 0.87% | 0.71% | - |
| XYZ | 27.53 | 39.01 | 6.89 | - |
| YUV | 151.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 23 | 0.24 | 0 | 0.87 | 0.29 | 76.23 | 0.78 | 0.4 |
| Hex | 8B | B6 | 17 | 18 | 0 | 57 | 1D | 4C | 4E | 28 |
| Octal | 213 | 266 | 27 | 30 | 0 | 127 | 35 | 114 | 116 | 50 |
| Binary | 10001011 | 10110110 | 10111 | 11000 | 0 | 1010111 | 11101 | 1001100 | 1001110 | 101000 |
Color Harmonies of #8BB617
Complementary color
Monochromatic Colors of #8BB617
Black with #8BB617
Text Example
Text Example
White with #8BB617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB617; }
p { color: rgb(139,182,23); }
H1.HeaderClassName
{
color: #8BB617;
}
.AnyTagClassName
{
color: #8BB617;
}
</style>
background-color css
<style>
a { background-color: #8BB617; }
a { background-color: rgb(139,182,23); }
div.DivClassName
{
background-color: #8BB617;
}
.BgClassName
{
background-color: #8BB617;
}
</style>
border-color css
<style>
span { border-color: #8BB617; }
span { border-color: rgb(139,182,23); }
td.TdClassName
{
border-color: #8BB617;
}
.TagClassName
{
border-color: #8BB617;
}
</style>