Shades of Limerick #8BB136
Tints of Limerick #8BB136
RGB
CMYK
RGB Variations
Color information
#8BB136 (or 0x8BB136) is known color: Limerick. HEX triplet: 8B, B1 and 36. RGB value is (139,177,54). Sum of RGB (Red+Green+Blue) = 139+177+54=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB136 is #744EC9. Grayscale: #989898. Windows color (decimal): -7622346 or 3584395. OLE color: 3584395.
HSL color Cylindrical-coordinate representation of color #8BB136: hue angle of 78.54º 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 #8BB136 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 54 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.31 |
| HSL | 78.54º | 0.53% | 0.45% | - |
| HSV(B) | 78.54º | 0.69% | 0.69% | - |
| XYZ | 27.04 | 37.2 | 9.25 | - |
| YUV | 151.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 54 | 0.21 | 0 | 0.69 | 0.31 | 78.54 | 0.53 | 0.45 |
| Hex | 8B | B1 | 36 | 15 | 0 | 45 | 1F | 4F | 35 | 2D |
| Octal | 213 | 261 | 66 | 25 | 0 | 105 | 37 | 117 | 65 | 55 |
| Binary | 10001011 | 10110001 | 110110 | 10101 | 0 | 1000101 | 11111 | 1001111 | 110101 | 101101 |
Color Harmonies of #8BB136
Complementary color
Monochromatic Colors of #8BB136
Black with #8BB136
Text Example
Text Example
White with #8BB136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB136; }
p { color: rgb(139,177,54); }
H1.HeaderClassName
{
color: #8BB136;
}
.AnyTagClassName
{
color: #8BB136;
}
</style>
background-color css
<style>
a { background-color: #8BB136; }
a { background-color: rgb(139,177,54); }
div.DivClassName
{
background-color: #8BB136;
}
.BgClassName
{
background-color: #8BB136;
}
</style>
border-color css
<style>
span { border-color: #8BB136; }
span { border-color: rgb(139,177,54); }
td.TdClassName
{
border-color: #8BB136;
}
.TagClassName
{
border-color: #8BB136;
}
</style>