Shades of Limerick #8CB828
Tints of Limerick #8CB828
RGB
CMYK
RGB Variations
Color information
#8CB828 (or 0x8CB828) is known color: Limerick. HEX triplet: 8C, B8 and 28. RGB value is (140,184,40). Sum of RGB (Red+Green+Blue) = 140+184+40=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB828 is #7347D7. Grayscale: #9A9A9A. Windows color (decimal): -7555032 or 2668684. OLE color: 2668684.
HSL color Cylindrical-coordinate representation of color #8CB828: hue angle of 78.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CB828 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 40 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.28 |
| HSL | 78.33º | 0.64% | 0.44% | - |
| HSV(B) | 78.33º | 0.78% | 0.72% | - |
| XYZ | 28.34 | 40.01 | 8.24 | - |
| YUV | 154.43 | 63.42 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 40 | 0.24 | 0 | 0.78 | 0.28 | 78.33 | 0.64 | 0.44 |
| Hex | 8C | B8 | 28 | 18 | 0 | 4E | 1C | 4E | 40 | 2C |
| Octal | 214 | 270 | 50 | 30 | 0 | 116 | 34 | 116 | 100 | 54 |
| Binary | 10001100 | 10111000 | 101000 | 11000 | 0 | 1001110 | 11100 | 1001110 | 1000000 | 101100 |
Color Harmonies of #8CB828
Complementary color
Monochromatic Colors of #8CB828
Black with #8CB828
Text Example
Text Example
White with #8CB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB828; }
p { color: rgb(140,184,40); }
H1.HeaderClassName
{
color: #8CB828;
}
.AnyTagClassName
{
color: #8CB828;
}
</style>
background-color css
<style>
a { background-color: #8CB828; }
a { background-color: rgb(140,184,40); }
div.DivClassName
{
background-color: #8CB828;
}
.BgClassName
{
background-color: #8CB828;
}
</style>
border-color css
<style>
span { border-color: #8CB828; }
span { border-color: rgb(140,184,40); }
td.TdClassName
{
border-color: #8CB828;
}
.TagClassName
{
border-color: #8CB828;
}
</style>