Shades of Limerick #8BB137
Tints of Limerick #8BB137
RGB
CMYK
RGB Variations
Color information
#8BB137 (or 0x8BB137) is known color: Limerick. HEX triplet: 8B, B1 and 37. RGB value is (139,177,55). Sum of RGB (Red+Green+Blue) = 139+177+55=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB137 is #744EC8. Grayscale: #989898. Windows color (decimal): -7622345 or 3649931. OLE color: 3649931.
HSL color Cylindrical-coordinate representation of color #8BB137: hue angle of 78.69º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BB137 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 55 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.31 |
| HSL | 78.69º | 0.53% | 0.45% | - |
| HSV(B) | 78.69º | 0.69% | 0.69% | - |
| XYZ | 27.06 | 37.21 | 9.37 | - |
| YUV | 151.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 55 | 0.21 | 0 | 0.69 | 0.31 | 78.69 | 0.53 | 0.45 |
| Hex | 8B | B1 | 37 | 15 | 0 | 45 | 1F | 4F | 35 | 2D |
| Octal | 213 | 261 | 67 | 25 | 0 | 105 | 37 | 117 | 65 | 55 |
| Binary | 10001011 | 10110001 | 110111 | 10101 | 0 | 1000101 | 11111 | 1001111 | 110101 | 101101 |
Color Harmonies of #8BB137
Complementary color
Monochromatic Colors of #8BB137
Black with #8BB137
Text Example
Text Example
White with #8BB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB137; }
p { color: rgb(139,177,55); }
H1.HeaderClassName
{
color: #8BB137;
}
.AnyTagClassName
{
color: #8BB137;
}
</style>
background-color css
<style>
a { background-color: #8BB137; }
a { background-color: rgb(139,177,55); }
div.DivClassName
{
background-color: #8BB137;
}
.BgClassName
{
background-color: #8BB137;
}
</style>
border-color css
<style>
span { border-color: #8BB137; }
span { border-color: rgb(139,177,55); }
td.TdClassName
{
border-color: #8BB137;
}
.TagClassName
{
border-color: #8BB137;
}
</style>