Shades of Limerick #8CBA24
Tints of Limerick #8CBA24
RGB
CMYK
RGB Variations
Color information
#8CBA24 (or 0x8CBA24) is known color: Limerick. HEX triplet: 8C, BA and 24. RGB value is (140,186,36). Sum of RGB (Red+Green+Blue) = 140+186+36=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA24 is #7345DB. Grayscale: #9B9B9B. Windows color (decimal): -7554524 or 2407052. OLE color: 2407052.
HSL color Cylindrical-coordinate representation of color #8CBA24: hue angle of 78.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CBA24 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 36 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.27 |
| HSL | 78.4º | 0.68% | 0.44% | - |
| HSV(B) | 78.4º | 0.81% | 0.73% | - |
| XYZ | 28.69 | 40.82 | 8.04 | - |
| YUV | 155.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 36 | 0.25 | 0 | 0.81 | 0.27 | 78.4 | 0.68 | 0.44 |
| Hex | 8C | BA | 24 | 19 | 0 | 51 | 1B | 4E | 44 | 2C |
| Octal | 214 | 272 | 44 | 31 | 0 | 121 | 33 | 116 | 104 | 54 |
| Binary | 10001100 | 10111010 | 100100 | 11001 | 0 | 1010001 | 11011 | 1001110 | 1000100 | 101100 |
Color Harmonies of #8CBA24
Complementary color
Monochromatic Colors of #8CBA24
Black with #8CBA24
Text Example
Text Example
White with #8CBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA24; }
p { color: rgb(140,186,36); }
H1.HeaderClassName
{
color: #8CBA24;
}
.AnyTagClassName
{
color: #8CBA24;
}
</style>
background-color css
<style>
a { background-color: #8CBA24; }
a { background-color: rgb(140,186,36); }
div.DivClassName
{
background-color: #8CBA24;
}
.BgClassName
{
background-color: #8CBA24;
}
</style>
border-color css
<style>
span { border-color: #8CBA24; }
span { border-color: rgb(140,186,36); }
td.TdClassName
{
border-color: #8CBA24;
}
.TagClassName
{
border-color: #8CBA24;
}
</style>