Shades of Limerick #8CB222
Tints of Limerick #8CB222
RGB
CMYK
RGB Variations
Color information
#8CB222 (or 0x8CB222) is known color: Limerick. HEX triplet: 8C, B2 and 22. RGB value is (140,178,34). Sum of RGB (Red+Green+Blue) = 140+178+34=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB222 is #734DDD. Grayscale: #969696. Windows color (decimal): -7556574 or 2273932. OLE color: 2273932.
HSL color Cylindrical-coordinate representation of color #8CB222: hue angle of 75.83º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CB222 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 34 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.30 |
| HSL | 75.83º | 0.68% | 0.42% | - |
| HSV(B) | 75.83º | 0.81% | 0.7% | - |
| XYZ | 27.02 | 37.53 | 7.33 | - |
| YUV | 150.22 | 62.41 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 34 | 0.21 | 0 | 0.81 | 0.30 | 75.83 | 0.68 | 0.42 |
| Hex | 8C | B2 | 22 | 15 | 0 | 51 | 1E | 4C | 44 | 2A |
| Octal | 214 | 262 | 42 | 25 | 0 | 121 | 36 | 114 | 104 | 52 |
| Binary | 10001100 | 10110010 | 100010 | 10101 | 0 | 1010001 | 11110 | 1001100 | 1000100 | 101010 |
Color Harmonies of #8CB222
Complementary color
Monochromatic Colors of #8CB222
Black with #8CB222
Text Example
Text Example
White with #8CB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB222; }
p { color: rgb(140,178,34); }
H1.HeaderClassName
{
color: #8CB222;
}
.AnyTagClassName
{
color: #8CB222;
}
</style>
background-color css
<style>
a { background-color: #8CB222; }
a { background-color: rgb(140,178,34); }
div.DivClassName
{
background-color: #8CB222;
}
.BgClassName
{
background-color: #8CB222;
}
</style>
border-color css
<style>
span { border-color: #8CB222; }
span { border-color: rgb(140,178,34); }
td.TdClassName
{
border-color: #8CB222;
}
.TagClassName
{
border-color: #8CB222;
}
</style>