Shades of Limerick #8CBA38
Tints of Limerick #8CBA38
RGB
CMYK
RGB Variations
Color information
#8CBA38 (or 0x8CBA38) is known color: Limerick. HEX triplet: 8C, BA and 38. RGB value is (140,186,56). Sum of RGB (Red+Green+Blue) = 140+186+56=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA38 is #7345C7. Grayscale: #9D9D9D. Windows color (decimal): -7554504 or 3717772. OLE color: 3717772.
HSL color Cylindrical-coordinate representation of color #8CBA38: hue angle of 81.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CBA38 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 56 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.27 |
| HSL | 81.23º | 0.54% | 0.47% | - |
| HSV(B) | 81.23º | 0.7% | 0.73% | - |
| XYZ | 29.09 | 40.98 | 10.12 | - |
| YUV | 157.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 56 | 0.25 | 0 | 0.70 | 0.27 | 81.23 | 0.54 | 0.47 |
| Hex | 8C | BA | 38 | 19 | 0 | 46 | 1B | 51 | 36 | 2F |
| Octal | 214 | 272 | 70 | 31 | 0 | 106 | 33 | 121 | 66 | 57 |
| Binary | 10001100 | 10111010 | 111000 | 11001 | 0 | 1000110 | 11011 | 1010001 | 110110 | 101111 |
Color Harmonies of #8CBA38
Complementary color
Monochromatic Colors of #8CBA38
Black with #8CBA38
Text Example
Text Example
White with #8CBA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA38; }
p { color: rgb(140,186,56); }
H1.HeaderClassName
{
color: #8CBA38;
}
.AnyTagClassName
{
color: #8CBA38;
}
</style>
background-color css
<style>
a { background-color: #8CBA38; }
a { background-color: rgb(140,186,56); }
div.DivClassName
{
background-color: #8CBA38;
}
.BgClassName
{
background-color: #8CBA38;
}
</style>
border-color css
<style>
span { border-color: #8CBA38; }
span { border-color: rgb(140,186,56); }
td.TdClassName
{
border-color: #8CBA38;
}
.TagClassName
{
border-color: #8CBA38;
}
</style>