Shades of Limerick #8EBA32
Tints of Limerick #8EBA32
RGB
CMYK
RGB Variations
Color information
#8EBA32 (or 0x8EBA32) is known color: Limerick. HEX triplet: 8E, BA and 32. RGB value is (142,186,50). Sum of RGB (Red+Green+Blue) = 142+186+50=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA32 is #7145CD. Grayscale: #9D9D9D. Windows color (decimal): -7423438 or 3324558. OLE color: 3324558.
HSL color Cylindrical-coordinate representation of color #8EBA32: hue angle of 79.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EBA32 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 50 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.27 |
| HSL | 79.41º | 0.58% | 0.46% | - |
| HSV(B) | 79.41º | 0.73% | 0.73% | - |
| XYZ | 29.29 | 41.1 | 9.41 | - |
| YUV | 157.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 50 | 0.24 | 0 | 0.73 | 0.27 | 79.41 | 0.58 | 0.46 |
| Hex | 8E | BA | 32 | 18 | 0 | 49 | 1B | 4F | 3A | 2E |
| Octal | 216 | 272 | 62 | 30 | 0 | 111 | 33 | 117 | 72 | 56 |
| Binary | 10001110 | 10111010 | 110010 | 11000 | 0 | 1001001 | 11011 | 1001111 | 111010 | 101110 |
Color Harmonies of #8EBA32
Complementary color
Monochromatic Colors of #8EBA32
Black with #8EBA32
Text Example
Text Example
White with #8EBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA32; }
p { color: rgb(142,186,50); }
H1.HeaderClassName
{
color: #8EBA32;
}
.AnyTagClassName
{
color: #8EBA32;
}
</style>
background-color css
<style>
a { background-color: #8EBA32; }
a { background-color: rgb(142,186,50); }
div.DivClassName
{
background-color: #8EBA32;
}
.BgClassName
{
background-color: #8EBA32;
}
</style>
border-color css
<style>
span { border-color: #8EBA32; }
span { border-color: rgb(142,186,50); }
td.TdClassName
{
border-color: #8EBA32;
}
.TagClassName
{
border-color: #8EBA32;
}
</style>