Shades of Limerick #8CB334
Tints of Limerick #8CB334
RGB
CMYK
RGB Variations
Color information
#8CB334 (or 0x8CB334) is known color: Limerick. HEX triplet: 8C, B3 and 34. RGB value is (140,179,52). Sum of RGB (Red+Green+Blue) = 140+179+52=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB334 is #734CCB. Grayscale: #999999. Windows color (decimal): -7556300 or 3453836. OLE color: 3453836.
HSL color Cylindrical-coordinate representation of color #8CB334: hue angle of 78.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CB334 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 52 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.30 |
| HSL | 78.43º | 0.55% | 0.45% | - |
| HSV(B) | 78.43º | 0.71% | 0.7% | - |
| XYZ | 27.56 | 38.06 | 9.14 | - |
| YUV | 152.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 52 | 0.22 | 0 | 0.71 | 0.30 | 78.43 | 0.55 | 0.45 |
| Hex | 8C | B3 | 34 | 16 | 0 | 47 | 1E | 4E | 37 | 2D |
| Octal | 214 | 263 | 64 | 26 | 0 | 107 | 36 | 116 | 67 | 55 |
| Binary | 10001100 | 10110011 | 110100 | 10110 | 0 | 1000111 | 11110 | 1001110 | 110111 | 101101 |
Color Harmonies of #8CB334
Complementary color
Monochromatic Colors of #8CB334
Black with #8CB334
Text Example
Text Example
White with #8CB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB334; }
p { color: rgb(140,179,52); }
H1.HeaderClassName
{
color: #8CB334;
}
.AnyTagClassName
{
color: #8CB334;
}
</style>
background-color css
<style>
a { background-color: #8CB334; }
a { background-color: rgb(140,179,52); }
div.DivClassName
{
background-color: #8CB334;
}
.BgClassName
{
background-color: #8CB334;
}
</style>
border-color css
<style>
span { border-color: #8CB334; }
span { border-color: rgb(140,179,52); }
td.TdClassName
{
border-color: #8CB334;
}
.TagClassName
{
border-color: #8CB334;
}
</style>