Shades of Limerick #8CBC1C
Tints of Limerick #8CBC1C
RGB
CMYK
RGB Variations
Color information
#8CBC1C (or 0x8CBC1C) is known color: Limerick. HEX triplet: 8C, BC and 1C. RGB value is (140,188,28). Sum of RGB (Red+Green+Blue) = 140+188+28=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC1C is #7343E3. Grayscale: #9C9C9C. Windows color (decimal): -7554020 or 1883276. OLE color: 1883276.
HSL color Cylindrical-coordinate representation of color #8CBC1C: hue angle of 78º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CBC1C is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 28 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.26 |
| HSL | 78º | 0.74% | 0.42% | - |
| HSV(B) | 78º | 0.85% | 0.74% | - |
| XYZ | 29.01 | 41.63 | 7.6 | - |
| YUV | 155.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 28 | 0.26 | 0 | 0.85 | 0.26 | 78 | 0.74 | 0.42 |
| Hex | 8C | BC | 1C | 1A | 0 | 55 | 1A | 4E | 4A | 2A |
| Octal | 214 | 274 | 34 | 32 | 0 | 125 | 32 | 116 | 112 | 52 |
| Binary | 10001100 | 10111100 | 11100 | 11010 | 0 | 1010101 | 11010 | 1001110 | 1001010 | 101010 |
Color Harmonies of #8CBC1C
Complementary color
Monochromatic Colors of #8CBC1C
Black with #8CBC1C
Text Example
Text Example
White with #8CBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC1C; }
p { color: rgb(140,188,28); }
H1.HeaderClassName
{
color: #8CBC1C;
}
.AnyTagClassName
{
color: #8CBC1C;
}
</style>
background-color css
<style>
a { background-color: #8CBC1C; }
a { background-color: rgb(140,188,28); }
div.DivClassName
{
background-color: #8CBC1C;
}
.BgClassName
{
background-color: #8CBC1C;
}
</style>
border-color css
<style>
span { border-color: #8CBC1C; }
span { border-color: rgb(140,188,28); }
td.TdClassName
{
border-color: #8CBC1C;
}
.TagClassName
{
border-color: #8CBC1C;
}
</style>