Shades of Limerick #8CBA32
Tints of Limerick #8CBA32
RGB
CMYK
RGB Variations
Color information
#8CBA32 (or 0x8CBA32) is known color: Limerick. HEX triplet: 8C, BA and 32. RGB value is (140,186,50). Sum of RGB (Red+Green+Blue) = 140+186+50=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA32 is #7345CD. Grayscale: #9D9D9D. Windows color (decimal): -7554510 or 3324556. OLE color: 3324556.
HSL color Cylindrical-coordinate representation of color #8CBA32: hue angle of 80.29º 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 #8CBA32 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 50 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.27 |
| HSL | 80.29º | 0.58% | 0.46% | - |
| HSV(B) | 80.29º | 0.73% | 0.73% | - |
| XYZ | 28.95 | 40.92 | 9.39 | - |
| YUV | 156.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 50 | 0.25 | 0 | 0.73 | 0.27 | 80.29 | 0.58 | 0.46 |
| Hex | 8C | BA | 32 | 19 | 0 | 49 | 1B | 50 | 3A | 2E |
| Octal | 214 | 272 | 62 | 31 | 0 | 111 | 33 | 120 | 72 | 56 |
| Binary | 10001100 | 10111010 | 110010 | 11001 | 0 | 1001001 | 11011 | 1010000 | 111010 | 101110 |
Color Harmonies of #8CBA32
Complementary color
Monochromatic Colors of #8CBA32
Black with #8CBA32
Text Example
Text Example
White with #8CBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA32; }
p { color: rgb(140,186,50); }
H1.HeaderClassName
{
color: #8CBA32;
}
.AnyTagClassName
{
color: #8CBA32;
}
</style>
background-color css
<style>
a { background-color: #8CBA32; }
a { background-color: rgb(140,186,50); }
div.DivClassName
{
background-color: #8CBA32;
}
.BgClassName
{
background-color: #8CBA32;
}
</style>
border-color css
<style>
span { border-color: #8CBA32; }
span { border-color: rgb(140,186,50); }
td.TdClassName
{
border-color: #8CBA32;
}
.TagClassName
{
border-color: #8CBA32;
}
</style>