Shades of Limerick #8CB528
Tints of Limerick #8CB528
RGB
CMYK
RGB Variations
Color information
#8CB528 (or 0x8CB528) is known color: Limerick. HEX triplet: 8C, B5 and 28. RGB value is (140,181,40). Sum of RGB (Red+Green+Blue) = 140+181+40=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB528 is #734AD7. Grayscale: #999999. Windows color (decimal): -7555800 or 2667916. OLE color: 2667916.
HSL color Cylindrical-coordinate representation of color #8CB528: hue angle of 77.45º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CB528 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 40 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.29 |
| HSL | 77.45º | 0.64% | 0.43% | - |
| HSV(B) | 77.45º | 0.78% | 0.71% | - |
| XYZ | 27.72 | 38.78 | 8.03 | - |
| YUV | 152.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 40 | 0.23 | 0 | 0.78 | 0.29 | 77.45 | 0.64 | 0.43 |
| Hex | 8C | B5 | 28 | 17 | 0 | 4E | 1D | 4D | 40 | 2B |
| Octal | 214 | 265 | 50 | 27 | 0 | 116 | 35 | 115 | 100 | 53 |
| Binary | 10001100 | 10110101 | 101000 | 10111 | 0 | 1001110 | 11101 | 1001101 | 1000000 | 101011 |
Color Harmonies of #8CB528
Complementary color
Monochromatic Colors of #8CB528
Black with #8CB528
Text Example
Text Example
White with #8CB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB528; }
p { color: rgb(140,181,40); }
H1.HeaderClassName
{
color: #8CB528;
}
.AnyTagClassName
{
color: #8CB528;
}
</style>
background-color css
<style>
a { background-color: #8CB528; }
a { background-color: rgb(140,181,40); }
div.DivClassName
{
background-color: #8CB528;
}
.BgClassName
{
background-color: #8CB528;
}
</style>
border-color css
<style>
span { border-color: #8CB528; }
span { border-color: rgb(140,181,40); }
td.TdClassName
{
border-color: #8CB528;
}
.TagClassName
{
border-color: #8CB528;
}
</style>