Shades of Limerick #8CBA28
Tints of Limerick #8CBA28
RGB
CMYK
RGB Variations
Color information
#8CBA28 (or 0x8CBA28) is known color: Limerick. HEX triplet: 8C, BA and 28. RGB value is (140,186,40). Sum of RGB (Red+Green+Blue) = 140+186+40=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA28 is #7345D7. Grayscale: #9C9C9C. Windows color (decimal): -7554520 or 2669196. OLE color: 2669196.
HSL color Cylindrical-coordinate representation of color #8CBA28: hue angle of 78.9º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CBA28 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 40 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.27 |
| HSL | 78.9º | 0.65% | 0.44% | - |
| HSV(B) | 78.9º | 0.78% | 0.73% | - |
| XYZ | 28.76 | 40.85 | 8.38 | - |
| YUV | 155.6 | 62.76 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 40 | 0.25 | 0 | 0.78 | 0.27 | 78.9 | 0.65 | 0.44 |
| Hex | 8C | BA | 28 | 19 | 0 | 4E | 1B | 4F | 41 | 2C |
| Octal | 214 | 272 | 50 | 31 | 0 | 116 | 33 | 117 | 101 | 54 |
| Binary | 10001100 | 10111010 | 101000 | 11001 | 0 | 1001110 | 11011 | 1001111 | 1000001 | 101100 |
Color Harmonies of #8CBA28
Complementary color
Monochromatic Colors of #8CBA28
Black with #8CBA28
Text Example
Text Example
White with #8CBA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA28; }
p { color: rgb(140,186,40); }
H1.HeaderClassName
{
color: #8CBA28;
}
.AnyTagClassName
{
color: #8CBA28;
}
</style>
background-color css
<style>
a { background-color: #8CBA28; }
a { background-color: rgb(140,186,40); }
div.DivClassName
{
background-color: #8CBA28;
}
.BgClassName
{
background-color: #8CBA28;
}
</style>
border-color css
<style>
span { border-color: #8CBA28; }
span { border-color: rgb(140,186,40); }
td.TdClassName
{
border-color: #8CBA28;
}
.TagClassName
{
border-color: #8CBA28;
}
</style>