Shades of Limerick #8CB223
Tints of Limerick #8CB223
RGB
CMYK
RGB Variations
Color information
#8CB223 (or 0x8CB223) is known color: Limerick. HEX triplet: 8C, B2 and 23. RGB value is (140,178,35). Sum of RGB (Red+Green+Blue) = 140+178+35=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB223 is #734DDC. Grayscale: #969696. Windows color (decimal): -7556573 or 2339468. OLE color: 2339468.
HSL color Cylindrical-coordinate representation of color #8CB223: hue angle of 75.94º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CB223 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 35 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.30 |
| HSL | 75.94º | 0.67% | 0.42% | - |
| HSV(B) | 75.94º | 0.8% | 0.7% | - |
| XYZ | 27.04 | 37.54 | 7.41 | - |
| YUV | 150.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 35 | 0.21 | 0 | 0.80 | 0.30 | 75.94 | 0.67 | 0.42 |
| Hex | 8C | B2 | 23 | 15 | 0 | 50 | 1E | 4C | 43 | 2A |
| Octal | 214 | 262 | 43 | 25 | 0 | 120 | 36 | 114 | 103 | 52 |
| Binary | 10001100 | 10110010 | 100011 | 10101 | 0 | 1010000 | 11110 | 1001100 | 1000011 | 101010 |
Color Harmonies of #8CB223
Complementary color
Monochromatic Colors of #8CB223
Black with #8CB223
Text Example
Text Example
White with #8CB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB223; }
p { color: rgb(140,178,35); }
H1.HeaderClassName
{
color: #8CB223;
}
.AnyTagClassName
{
color: #8CB223;
}
</style>
background-color css
<style>
a { background-color: #8CB223; }
a { background-color: rgb(140,178,35); }
div.DivClassName
{
background-color: #8CB223;
}
.BgClassName
{
background-color: #8CB223;
}
</style>
border-color css
<style>
span { border-color: #8CB223; }
span { border-color: rgb(140,178,35); }
td.TdClassName
{
border-color: #8CB223;
}
.TagClassName
{
border-color: #8CB223;
}
</style>