Shades of Limerick #8CB721
Tints of Limerick #8CB721
RGB
CMYK
RGB Variations
Color information
#8CB721 (or 0x8CB721) is known color: Limerick. HEX triplet: 8C, B7 and 21. RGB value is (140,183,33). Sum of RGB (Red+Green+Blue) = 140+183+33=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB721 is #7348DE. Grayscale: #999999. Windows color (decimal): -7555295 or 2209676. OLE color: 2209676.
HSL color Cylindrical-coordinate representation of color #8CB721: hue angle of 77.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CB721 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 33 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.28 |
| HSL | 77.2º | 0.69% | 0.42% | - |
| HSV(B) | 77.2º | 0.82% | 0.72% | - |
| XYZ | 28.02 | 39.55 | 7.6 | - |
| YUV | 153.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 33 | 0.23 | 0 | 0.82 | 0.28 | 77.2 | 0.69 | 0.42 |
| Hex | 8C | B7 | 21 | 17 | 0 | 52 | 1C | 4D | 45 | 2A |
| Octal | 214 | 267 | 41 | 27 | 0 | 122 | 34 | 115 | 105 | 52 |
| Binary | 10001100 | 10110111 | 100001 | 10111 | 0 | 1010010 | 11100 | 1001101 | 1000101 | 101010 |
Color Harmonies of #8CB721
Complementary color
Monochromatic Colors of #8CB721
Black with #8CB721
Text Example
Text Example
White with #8CB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB721; }
p { color: rgb(140,183,33); }
H1.HeaderClassName
{
color: #8CB721;
}
.AnyTagClassName
{
color: #8CB721;
}
</style>
background-color css
<style>
a { background-color: #8CB721; }
a { background-color: rgb(140,183,33); }
div.DivClassName
{
background-color: #8CB721;
}
.BgClassName
{
background-color: #8CB721;
}
</style>
border-color css
<style>
span { border-color: #8CB721; }
span { border-color: rgb(140,183,33); }
td.TdClassName
{
border-color: #8CB721;
}
.TagClassName
{
border-color: #8CB721;
}
</style>