Shades of Limerick #8CB328
Tints of Limerick #8CB328
RGB
CMYK
RGB Variations
Color information
#8CB328 (or 0x8CB328) is known color: Limerick. HEX triplet: 8C, B3 and 28. RGB value is (140,179,40). Sum of RGB (Red+Green+Blue) = 140+179+40=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB328 is #734CD7. Grayscale: #989898. Windows color (decimal): -7556312 or 2667404. OLE color: 2667404.
HSL color Cylindrical-coordinate representation of color #8CB328: hue angle of 76.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CB328 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 40 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.30 |
| HSL | 76.83º | 0.63% | 0.43% | - |
| HSV(B) | 76.83º | 0.78% | 0.7% | - |
| XYZ | 27.32 | 37.97 | 7.9 | - |
| YUV | 151.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 40 | 0.22 | 0 | 0.78 | 0.30 | 76.83 | 0.63 | 0.43 |
| Hex | 8C | B3 | 28 | 16 | 0 | 4E | 1E | 4D | 3F | 2B |
| Octal | 214 | 263 | 50 | 26 | 0 | 116 | 36 | 115 | 77 | 53 |
| Binary | 10001100 | 10110011 | 101000 | 10110 | 0 | 1001110 | 11110 | 1001101 | 111111 | 101011 |
Color Harmonies of #8CB328
Complementary color
Monochromatic Colors of #8CB328
Black with #8CB328
Text Example
Text Example
White with #8CB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB328; }
p { color: rgb(140,179,40); }
H1.HeaderClassName
{
color: #8CB328;
}
.AnyTagClassName
{
color: #8CB328;
}
</style>
background-color css
<style>
a { background-color: #8CB328; }
a { background-color: rgb(140,179,40); }
div.DivClassName
{
background-color: #8CB328;
}
.BgClassName
{
background-color: #8CB328;
}
</style>
border-color css
<style>
span { border-color: #8CB328; }
span { border-color: rgb(140,179,40); }
td.TdClassName
{
border-color: #8CB328;
}
.TagClassName
{
border-color: #8CB328;
}
</style>