Shades of Limerick #8BB237
Tints of Limerick #8BB237
RGB
CMYK
RGB Variations
Color information
#8BB237 (or 0x8BB237) is known color: Limerick. HEX triplet: 8B, B2 and 37. RGB value is (139,178,55). Sum of RGB (Red+Green+Blue) = 139+178+55=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB237 is #744DC8. Grayscale: #989898. Windows color (decimal): -7622089 or 3650187. OLE color: 3650187.
HSL color Cylindrical-coordinate representation of color #8BB237: hue angle of 79.02º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BB237 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 55 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.30 |
| HSL | 79.02º | 0.53% | 0.46% | - |
| HSV(B) | 79.02º | 0.69% | 0.7% | - |
| XYZ | 27.26 | 37.61 | 9.44 | - |
| YUV | 152.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 55 | 0.22 | 0 | 0.69 | 0.30 | 79.02 | 0.53 | 0.46 |
| Hex | 8B | B2 | 37 | 16 | 0 | 45 | 1E | 4F | 35 | 2E |
| Octal | 213 | 262 | 67 | 26 | 0 | 105 | 36 | 117 | 65 | 56 |
| Binary | 10001011 | 10110010 | 110111 | 10110 | 0 | 1000101 | 11110 | 1001111 | 110101 | 101110 |
Color Harmonies of #8BB237
Complementary color
Monochromatic Colors of #8BB237
Black with #8BB237
Text Example
Text Example
White with #8BB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB237; }
p { color: rgb(139,178,55); }
H1.HeaderClassName
{
color: #8BB237;
}
.AnyTagClassName
{
color: #8BB237;
}
</style>
background-color css
<style>
a { background-color: #8BB237; }
a { background-color: rgb(139,178,55); }
div.DivClassName
{
background-color: #8BB237;
}
.BgClassName
{
background-color: #8BB237;
}
</style>
border-color css
<style>
span { border-color: #8BB237; }
span { border-color: rgb(139,178,55); }
td.TdClassName
{
border-color: #8BB237;
}
.TagClassName
{
border-color: #8BB237;
}
</style>