Shades of Limerick #8CBC34
Tints of Limerick #8CBC34
RGB
CMYK
RGB Variations
Color information
#8CBC34 (or 0x8CBC34) is known color: Limerick. HEX triplet: 8C, BC and 34. RGB value is (140,188,52). Sum of RGB (Red+Green+Blue) = 140+188+52=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC34 is #7343CB. Grayscale: #9E9E9E. Windows color (decimal): -7553996 or 3456140. OLE color: 3456140.
HSL color Cylindrical-coordinate representation of color #8CBC34: hue angle of 81.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CBC34 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 52 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.26 |
| HSL | 81.18º | 0.57% | 0.47% | - |
| HSV(B) | 81.18º | 0.72% | 0.74% | - |
| XYZ | 29.42 | 41.79 | 9.76 | - |
| YUV | 158.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 52 | 0.26 | 0 | 0.72 | 0.26 | 81.18 | 0.57 | 0.47 |
| Hex | 8C | BC | 34 | 1A | 0 | 48 | 1A | 51 | 39 | 2F |
| Octal | 214 | 274 | 64 | 32 | 0 | 110 | 32 | 121 | 71 | 57 |
| Binary | 10001100 | 10111100 | 110100 | 11010 | 0 | 1001000 | 11010 | 1010001 | 111001 | 101111 |
Color Harmonies of #8CBC34
Complementary color
Monochromatic Colors of #8CBC34
Black with #8CBC34
Text Example
Text Example
White with #8CBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC34; }
p { color: rgb(140,188,52); }
H1.HeaderClassName
{
color: #8CBC34;
}
.AnyTagClassName
{
color: #8CBC34;
}
</style>
background-color css
<style>
a { background-color: #8CBC34; }
a { background-color: rgb(140,188,52); }
div.DivClassName
{
background-color: #8CBC34;
}
.BgClassName
{
background-color: #8CBC34;
}
</style>
border-color css
<style>
span { border-color: #8CBC34; }
span { border-color: rgb(140,188,52); }
td.TdClassName
{
border-color: #8CBC34;
}
.TagClassName
{
border-color: #8CBC34;
}
</style>