Shades of Limerick #8CB728
Tints of Limerick #8CB728
RGB
CMYK
RGB Variations
Color information
#8CB728 (or 0x8CB728) is known color: Limerick. HEX triplet: 8C, B7 and 28. RGB value is (140,183,40). Sum of RGB (Red+Green+Blue) = 140+183+40=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB728 is #7348D7. Grayscale: #9A9A9A. Windows color (decimal): -7555288 or 2668428. OLE color: 2668428.
HSL color Cylindrical-coordinate representation of color #8CB728: hue angle of 78.04º 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 #8CB728 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 40 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.28 |
| HSL | 78.04º | 0.64% | 0.44% | - |
| HSV(B) | 78.04º | 0.78% | 0.72% | - |
| XYZ | 28.13 | 39.6 | 8.17 | - |
| YUV | 153.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 40 | 0.23 | 0 | 0.78 | 0.28 | 78.04 | 0.64 | 0.44 |
| Hex | 8C | B7 | 28 | 17 | 0 | 4E | 1C | 4E | 40 | 2C |
| Octal | 214 | 267 | 50 | 27 | 0 | 116 | 34 | 116 | 100 | 54 |
| Binary | 10001100 | 10110111 | 101000 | 10111 | 0 | 1001110 | 11100 | 1001110 | 1000000 | 101100 |
Color Harmonies of #8CB728
Complementary color
Monochromatic Colors of #8CB728
Black with #8CB728
Text Example
Text Example
White with #8CB728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB728; }
p { color: rgb(140,183,40); }
H1.HeaderClassName
{
color: #8CB728;
}
.AnyTagClassName
{
color: #8CB728;
}
</style>
background-color css
<style>
a { background-color: #8CB728; }
a { background-color: rgb(140,183,40); }
div.DivClassName
{
background-color: #8CB728;
}
.BgClassName
{
background-color: #8CB728;
}
</style>
border-color css
<style>
span { border-color: #8CB728; }
span { border-color: rgb(140,183,40); }
td.TdClassName
{
border-color: #8CB728;
}
.TagClassName
{
border-color: #8CB728;
}
</style>