Shades of Limerick #8CB922
Tints of Limerick #8CB922
RGB
CMYK
RGB Variations
Color information
#8CB922 (or 0x8CB922) is known color: Limerick. HEX triplet: 8C, B9 and 22. RGB value is (140,185,34). Sum of RGB (Red+Green+Blue) = 140+185+34=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB922 is #7346DD. Grayscale: #9A9A9A. Windows color (decimal): -7554782 or 2275724. OLE color: 2275724.
HSL color Cylindrical-coordinate representation of color #8CB922: hue angle of 77.88º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CB922 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 34 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.27 |
| HSL | 77.88º | 0.69% | 0.43% | - |
| HSV(B) | 77.88º | 0.82% | 0.73% | - |
| XYZ | 28.45 | 40.39 | 7.81 | - |
| YUV | 154.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 34 | 0.24 | 0 | 0.82 | 0.27 | 77.88 | 0.69 | 0.43 |
| Hex | 8C | B9 | 22 | 18 | 0 | 52 | 1B | 4E | 45 | 2B |
| Octal | 214 | 271 | 42 | 30 | 0 | 122 | 33 | 116 | 105 | 53 |
| Binary | 10001100 | 10111001 | 100010 | 11000 | 0 | 1010010 | 11011 | 1001110 | 1000101 | 101011 |
Color Harmonies of #8CB922
Complementary color
Monochromatic Colors of #8CB922
Black with #8CB922
Text Example
Text Example
White with #8CB922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB922; }
p { color: rgb(140,185,34); }
H1.HeaderClassName
{
color: #8CB922;
}
.AnyTagClassName
{
color: #8CB922;
}
</style>
background-color css
<style>
a { background-color: #8CB922; }
a { background-color: rgb(140,185,34); }
div.DivClassName
{
background-color: #8CB922;
}
.BgClassName
{
background-color: #8CB922;
}
</style>
border-color css
<style>
span { border-color: #8CB922; }
span { border-color: rgb(140,185,34); }
td.TdClassName
{
border-color: #8CB922;
}
.TagClassName
{
border-color: #8CB922;
}
</style>