Shades of Limerick #8CBC2A
Tints of Limerick #8CBC2A
RGB
CMYK
RGB Variations
Color information
#8CBC2A (or 0x8CBC2A) is known color: Limerick. HEX triplet: 8C, BC and 2A. RGB value is (140,188,42). Sum of RGB (Red+Green+Blue) = 140+188+42=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC2A is #7343D5. Grayscale: #9D9D9D. Windows color (decimal): -7554006 or 2800780. OLE color: 2800780.
HSL color Cylindrical-coordinate representation of color #8CBC2A: hue angle of 79.73º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CBC2A is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 42 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.26 |
| HSL | 79.73º | 0.63% | 0.45% | - |
| HSV(B) | 79.73º | 0.78% | 0.74% | - |
| XYZ | 29.22 | 41.71 | 8.7 | - |
| YUV | 157 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 42 | 0.26 | 0 | 0.78 | 0.26 | 79.73 | 0.63 | 0.45 |
| Hex | 8C | BC | 2A | 1A | 0 | 4E | 1A | 50 | 3F | 2D |
| Octal | 214 | 274 | 52 | 32 | 0 | 116 | 32 | 120 | 77 | 55 |
| Binary | 10001100 | 10111100 | 101010 | 11010 | 0 | 1001110 | 11010 | 1010000 | 111111 | 101101 |
Color Harmonies of #8CBC2A
Complementary color
Monochromatic Colors of #8CBC2A
Black with #8CBC2A
Text Example
Text Example
White with #8CBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC2A; }
p { color: rgb(140,188,42); }
H1.HeaderClassName
{
color: #8CBC2A;
}
.AnyTagClassName
{
color: #8CBC2A;
}
</style>
background-color css
<style>
a { background-color: #8CBC2A; }
a { background-color: rgb(140,188,42); }
div.DivClassName
{
background-color: #8CBC2A;
}
.BgClassName
{
background-color: #8CBC2A;
}
</style>
border-color css
<style>
span { border-color: #8CBC2A; }
span { border-color: rgb(140,188,42); }
td.TdClassName
{
border-color: #8CBC2A;
}
.TagClassName
{
border-color: #8CBC2A;
}
</style>