Shades of Limerick #8CB234
Tints of Limerick #8CB234
RGB
CMYK
RGB Variations
Color information
#8CB234 (or 0x8CB234) is known color: Limerick. HEX triplet: 8C, B2 and 34. RGB value is (140,178,52). Sum of RGB (Red+Green+Blue) = 140+178+52=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB234 is #734DCB. Grayscale: #989898. Windows color (decimal): -7556556 or 3453580. OLE color: 3453580.
HSL color Cylindrical-coordinate representation of color #8CB234: hue angle of 78.1º 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 #8CB234 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 52 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.30 |
| HSL | 78.1º | 0.55% | 0.45% | - |
| HSV(B) | 78.1º | 0.71% | 0.7% | - |
| XYZ | 27.36 | 37.66 | 9.08 | - |
| YUV | 152.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 52 | 0.21 | 0 | 0.71 | 0.30 | 78.1 | 0.55 | 0.45 |
| Hex | 8C | B2 | 34 | 15 | 0 | 47 | 1E | 4E | 37 | 2D |
| Octal | 214 | 262 | 64 | 25 | 0 | 107 | 36 | 116 | 67 | 55 |
| Binary | 10001100 | 10110010 | 110100 | 10101 | 0 | 1000111 | 11110 | 1001110 | 110111 | 101101 |
Color Harmonies of #8CB234
Complementary color
Monochromatic Colors of #8CB234
Black with #8CB234
Text Example
Text Example
White with #8CB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB234; }
p { color: rgb(140,178,52); }
H1.HeaderClassName
{
color: #8CB234;
}
.AnyTagClassName
{
color: #8CB234;
}
</style>
background-color css
<style>
a { background-color: #8CB234; }
a { background-color: rgb(140,178,52); }
div.DivClassName
{
background-color: #8CB234;
}
.BgClassName
{
background-color: #8CB234;
}
</style>
border-color css
<style>
span { border-color: #8CB234; }
span { border-color: rgb(140,178,52); }
td.TdClassName
{
border-color: #8CB234;
}
.TagClassName
{
border-color: #8CB234;
}
</style>