Shades of Limerick #8BBB2C
Tints of Limerick #8BBB2C
RGB
CMYK
RGB Variations
Color information
#8BBB2C (or 0x8BBB2C) is known color: Limerick. HEX triplet: 8B, BB and 2C. RGB value is (139,187,44). Sum of RGB (Red+Green+Blue) = 139+187+44=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBB2C is #7444D3. Grayscale: #9C9C9C. Windows color (decimal): -7619796 or 2931595. OLE color: 2931595.
HSL color Cylindrical-coordinate representation of color #8BBB2C: hue angle of 80.14º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8BBB2C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 44 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.27 |
| HSL | 80.14º | 0.62% | 0.45% | - |
| HSV(B) | 80.14º | 0.76% | 0.73% | - |
| XYZ | 28.87 | 41.21 | 8.82 | - |
| YUV | 156.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 44 | 0.26 | 0 | 0.76 | 0.27 | 80.14 | 0.62 | 0.45 |
| Hex | 8B | BB | 2C | 1A | 0 | 4C | 1B | 50 | 3E | 2D |
| Octal | 213 | 273 | 54 | 32 | 0 | 114 | 33 | 120 | 76 | 55 |
| Binary | 10001011 | 10111011 | 101100 | 11010 | 0 | 1001100 | 11011 | 1010000 | 111110 | 101101 |
Color Harmonies of #8BBB2C
Complementary color
Monochromatic Colors of #8BBB2C
Black with #8BBB2C
Text Example
Text Example
White with #8BBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB2C; }
p { color: rgb(139,187,44); }
H1.HeaderClassName
{
color: #8BBB2C;
}
.AnyTagClassName
{
color: #8BBB2C;
}
</style>
background-color css
<style>
a { background-color: #8BBB2C; }
a { background-color: rgb(139,187,44); }
div.DivClassName
{
background-color: #8BBB2C;
}
.BgClassName
{
background-color: #8BBB2C;
}
</style>
border-color css
<style>
span { border-color: #8BBB2C; }
span { border-color: rgb(139,187,44); }
td.TdClassName
{
border-color: #8BBB2C;
}
.TagClassName
{
border-color: #8BBB2C;
}
</style>