Shades of Limerick #8CBC2B
Tints of Limerick #8CBC2B
RGB
CMYK
RGB Variations
Color information
#8CBC2B (or 0x8CBC2B) is known color: Limerick. HEX triplet: 8C, BC and 2B. RGB value is (140,188,43). Sum of RGB (Red+Green+Blue) = 140+188+43=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC2B is #7343D4. Grayscale: #9D9D9D. Windows color (decimal): -7554005 or 2866316. OLE color: 2866316.
HSL color Cylindrical-coordinate representation of color #8CBC2B: hue angle of 79.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CBC2B is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 43 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.26 |
| HSL | 79.86º | 0.63% | 0.45% | - |
| HSV(B) | 79.86º | 0.77% | 0.74% | - |
| XYZ | 29.23 | 41.72 | 8.8 | - |
| YUV | 157.12 | 63.6 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 43 | 0.26 | 0 | 0.77 | 0.26 | 79.86 | 0.63 | 0.45 |
| Hex | 8C | BC | 2B | 1A | 0 | 4D | 1A | 50 | 3F | 2D |
| Octal | 214 | 274 | 53 | 32 | 0 | 115 | 32 | 120 | 77 | 55 |
| Binary | 10001100 | 10111100 | 101011 | 11010 | 0 | 1001101 | 11010 | 1010000 | 111111 | 101101 |
Color Harmonies of #8CBC2B
Complementary color
Monochromatic Colors of #8CBC2B
Black with #8CBC2B
Text Example
Text Example
White with #8CBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC2B; }
p { color: rgb(140,188,43); }
H1.HeaderClassName
{
color: #8CBC2B;
}
.AnyTagClassName
{
color: #8CBC2B;
}
</style>
background-color css
<style>
a { background-color: #8CBC2B; }
a { background-color: rgb(140,188,43); }
div.DivClassName
{
background-color: #8CBC2B;
}
.BgClassName
{
background-color: #8CBC2B;
}
</style>
border-color css
<style>
span { border-color: #8CBC2B; }
span { border-color: rgb(140,188,43); }
td.TdClassName
{
border-color: #8CBC2B;
}
.TagClassName
{
border-color: #8CBC2B;
}
</style>