Shades of Limerick #8CBC1B
Tints of Limerick #8CBC1B
RGB
CMYK
RGB Variations
Color information
#8CBC1B (or 0x8CBC1B) is known color: Limerick. HEX triplet: 8C, BC and 1B. RGB value is (140,188,27). Sum of RGB (Red+Green+Blue) = 140+188+27=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC1B is #7343E4. Grayscale: #9B9B9B. Windows color (decimal): -7554021 or 1817740. OLE color: 1817740.
HSL color Cylindrical-coordinate representation of color #8CBC1B: hue angle of 77.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CBC1B is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 27 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.26 |
| HSL | 77.89º | 0.75% | 0.42% | - |
| HSV(B) | 77.89º | 0.86% | 0.74% | - |
| XYZ | 29 | 41.62 | 7.54 | - |
| YUV | 155.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 27 | 0.26 | 0 | 0.86 | 0.26 | 77.89 | 0.75 | 0.42 |
| Hex | 8C | BC | 1B | 1A | 0 | 56 | 1A | 4E | 4B | 2A |
| Octal | 214 | 274 | 33 | 32 | 0 | 126 | 32 | 116 | 113 | 52 |
| Binary | 10001100 | 10111100 | 11011 | 11010 | 0 | 1010110 | 11010 | 1001110 | 1001011 | 101010 |
Color Harmonies of #8CBC1B
Complementary color
Monochromatic Colors of #8CBC1B
Black with #8CBC1B
Text Example
Text Example
White with #8CBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC1B; }
p { color: rgb(140,188,27); }
H1.HeaderClassName
{
color: #8CBC1B;
}
.AnyTagClassName
{
color: #8CBC1B;
}
</style>
background-color css
<style>
a { background-color: #8CBC1B; }
a { background-color: rgb(140,188,27); }
div.DivClassName
{
background-color: #8CBC1B;
}
.BgClassName
{
background-color: #8CBC1B;
}
</style>
border-color css
<style>
span { border-color: #8CBC1B; }
span { border-color: rgb(140,188,27); }
td.TdClassName
{
border-color: #8CBC1B;
}
.TagClassName
{
border-color: #8CBC1B;
}
</style>