Shades of Limerick #8CBA33
Tints of Limerick #8CBA33
RGB
CMYK
RGB Variations
Color information
#8CBA33 (or 0x8CBA33) is known color: Limerick. HEX triplet: 8C, BA and 33. RGB value is (140,186,51). Sum of RGB (Red+Green+Blue) = 140+186+51=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA33 is #7345CC. Grayscale: #9D9D9D. Windows color (decimal): -7554509 or 3390092. OLE color: 3390092.
HSL color Cylindrical-coordinate representation of color #8CBA33: hue angle of 80.44º degrees, saturation: 0.57, 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 #8CBA33 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 51 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.27 |
| HSL | 80.44º | 0.57% | 0.46% | - |
| HSV(B) | 80.44º | 0.73% | 0.73% | - |
| XYZ | 28.97 | 40.93 | 9.51 | - |
| YUV | 156.86 | 68.26 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 51 | 0.25 | 0 | 0.73 | 0.27 | 80.44 | 0.57 | 0.46 |
| Hex | 8C | BA | 33 | 19 | 0 | 49 | 1B | 50 | 39 | 2E |
| Octal | 214 | 272 | 63 | 31 | 0 | 111 | 33 | 120 | 71 | 56 |
| Binary | 10001100 | 10111010 | 110011 | 11001 | 0 | 1001001 | 11011 | 1010000 | 111001 | 101110 |
Color Harmonies of #8CBA33
Complementary color
Monochromatic Colors of #8CBA33
Black with #8CBA33
Text Example
Text Example
White with #8CBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA33; }
p { color: rgb(140,186,51); }
H1.HeaderClassName
{
color: #8CBA33;
}
.AnyTagClassName
{
color: #8CBA33;
}
</style>
background-color css
<style>
a { background-color: #8CBA33; }
a { background-color: rgb(140,186,51); }
div.DivClassName
{
background-color: #8CBA33;
}
.BgClassName
{
background-color: #8CBA33;
}
</style>
border-color css
<style>
span { border-color: #8CBA33; }
span { border-color: rgb(140,186,51); }
td.TdClassName
{
border-color: #8CBA33;
}
.TagClassName
{
border-color: #8CBA33;
}
</style>