Shades of Limerick #8CB741
Tints of Limerick #8CB741
RGB
CMYK
RGB Variations
Color information
#8CB741 (or 0x8CB741) is known color: Limerick. HEX triplet: 8C, B7 and 41. RGB value is (140,183,65). Sum of RGB (Red+Green+Blue) = 140+183+65=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB741 is #7348BE. Grayscale: #9D9D9D. Windows color (decimal): -7555263 or 4306828. OLE color: 4306828.
HSL color Cylindrical-coordinate representation of color #8CB741: hue angle of 81.86º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CB741 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 65 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.28 |
| HSL | 81.86º | 0.48% | 0.49% | - |
| HSV(B) | 81.86º | 0.64% | 0.72% | - |
| XYZ | 28.7 | 39.82 | 11.18 | - |
| YUV | 156.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 65 | 0.23 | 0 | 0.64 | 0.28 | 81.86 | 0.48 | 0.49 |
| Hex | 8C | B7 | 41 | 17 | 0 | 40 | 1C | 52 | 30 | 31 |
| Octal | 214 | 267 | 101 | 27 | 0 | 100 | 34 | 122 | 60 | 61 |
| Binary | 10001100 | 10110111 | 1000001 | 10111 | 0 | 1000000 | 11100 | 1010010 | 110000 | 110001 |
Color Harmonies of #8CB741
Complementary color
Monochromatic Colors of #8CB741
Black with #8CB741
Text Example
Text Example
White with #8CB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB741; }
p { color: rgb(140,183,65); }
H1.HeaderClassName
{
color: #8CB741;
}
.AnyTagClassName
{
color: #8CB741;
}
</style>
background-color css
<style>
a { background-color: #8CB741; }
a { background-color: rgb(140,183,65); }
div.DivClassName
{
background-color: #8CB741;
}
.BgClassName
{
background-color: #8CB741;
}
</style>
border-color css
<style>
span { border-color: #8CB741; }
span { border-color: rgb(140,183,65); }
td.TdClassName
{
border-color: #8CB741;
}
.TagClassName
{
border-color: #8CB741;
}
</style>