Shades of Limerick #8CB627
Tints of Limerick #8CB627
RGB
CMYK
RGB Variations
Color information
#8CB627 (or 0x8CB627) is known color: Limerick. HEX triplet: 8C, B6 and 27. RGB value is (140,182,39). Sum of RGB (Red+Green+Blue) = 140+182+39=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB627 is #7349D8. Grayscale: #999999. Windows color (decimal): -7555545 or 2602636. OLE color: 2602636.
HSL color Cylindrical-coordinate representation of color #8CB627: hue angle of 77.62º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CB627 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 39 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.29 |
| HSL | 77.62º | 0.65% | 0.43% | - |
| HSV(B) | 77.62º | 0.79% | 0.71% | - |
| XYZ | 27.91 | 39.18 | 8.01 | - |
| YUV | 153.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 39 | 0.23 | 0 | 0.79 | 0.29 | 77.62 | 0.65 | 0.43 |
| Hex | 8C | B6 | 27 | 17 | 0 | 4F | 1D | 4E | 41 | 2B |
| Octal | 214 | 266 | 47 | 27 | 0 | 117 | 35 | 116 | 101 | 53 |
| Binary | 10001100 | 10110110 | 100111 | 10111 | 0 | 1001111 | 11101 | 1001110 | 1000001 | 101011 |
Color Harmonies of #8CB627
Complementary color
Monochromatic Colors of #8CB627
Black with #8CB627
Text Example
Text Example
White with #8CB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB627; }
p { color: rgb(140,182,39); }
H1.HeaderClassName
{
color: #8CB627;
}
.AnyTagClassName
{
color: #8CB627;
}
</style>
background-color css
<style>
a { background-color: #8CB627; }
a { background-color: rgb(140,182,39); }
div.DivClassName
{
background-color: #8CB627;
}
.BgClassName
{
background-color: #8CB627;
}
</style>
border-color css
<style>
span { border-color: #8CB627; }
span { border-color: rgb(140,182,39); }
td.TdClassName
{
border-color: #8CB627;
}
.TagClassName
{
border-color: #8CB627;
}
</style>