Shades of Limerick #8CB137
Tints of Limerick #8CB137
RGB
CMYK
RGB Variations
Color information
#8CB137 (or 0x8CB137) is known color: Limerick. HEX triplet: 8C, B1 and 37. RGB value is (140,177,55). Sum of RGB (Red+Green+Blue) = 140+177+55=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB137 is #734EC8. Grayscale: #989898. Windows color (decimal): -7556809 or 3649932. OLE color: 3649932.
HSL color Cylindrical-coordinate representation of color #8CB137: hue angle of 78.2º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CB137 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 55 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.31 |
| HSL | 78.2º | 0.53% | 0.45% | - |
| HSV(B) | 78.2º | 0.69% | 0.69% | - |
| XYZ | 27.23 | 37.3 | 9.38 | - |
| YUV | 152.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 55 | 0.21 | 0 | 0.69 | 0.31 | 78.2 | 0.53 | 0.45 |
| Hex | 8C | B1 | 37 | 15 | 0 | 45 | 1F | 4E | 35 | 2D |
| Octal | 214 | 261 | 67 | 25 | 0 | 105 | 37 | 116 | 65 | 55 |
| Binary | 10001100 | 10110001 | 110111 | 10101 | 0 | 1000101 | 11111 | 1001110 | 110101 | 101101 |
Color Harmonies of #8CB137
Complementary color
Monochromatic Colors of #8CB137
Black with #8CB137
Text Example
Text Example
White with #8CB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB137; }
p { color: rgb(140,177,55); }
H1.HeaderClassName
{
color: #8CB137;
}
.AnyTagClassName
{
color: #8CB137;
}
</style>
background-color css
<style>
a { background-color: #8CB137; }
a { background-color: rgb(140,177,55); }
div.DivClassName
{
background-color: #8CB137;
}
.BgClassName
{
background-color: #8CB137;
}
</style>
border-color css
<style>
span { border-color: #8CB137; }
span { border-color: rgb(140,177,55); }
td.TdClassName
{
border-color: #8CB137;
}
.TagClassName
{
border-color: #8CB137;
}
</style>