Shades of Limerick #8CB93B
Tints of Limerick #8CB93B
RGB
CMYK
RGB Variations
Color information
#8CB93B (or 0x8CB93B) is known color: Limerick. HEX triplet: 8C, B9 and 3B. RGB value is (140,185,59). Sum of RGB (Red+Green+Blue) = 140+185+59=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB93B is #7346C4. Grayscale: #9D9D9D. Windows color (decimal): -7554757 or 3914124. OLE color: 3914124.
HSL color Cylindrical-coordinate representation of color #8CB93B: hue angle of 81.43º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CB93B is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 59 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.27 |
| HSL | 81.43º | 0.52% | 0.48% | - |
| HSV(B) | 81.43º | 0.68% | 0.73% | - |
| XYZ | 28.95 | 40.59 | 10.45 | - |
| YUV | 157.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 59 | 0.24 | 0 | 0.68 | 0.27 | 81.43 | 0.52 | 0.48 |
| Hex | 8C | B9 | 3B | 18 | 0 | 44 | 1B | 51 | 34 | 30 |
| Octal | 214 | 271 | 73 | 30 | 0 | 104 | 33 | 121 | 64 | 60 |
| Binary | 10001100 | 10111001 | 111011 | 11000 | 0 | 1000100 | 11011 | 1010001 | 110100 | 110000 |
Color Harmonies of #8CB93B
Complementary color
Monochromatic Colors of #8CB93B
Black with #8CB93B
Text Example
Text Example
White with #8CB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB93B; }
p { color: rgb(140,185,59); }
H1.HeaderClassName
{
color: #8CB93B;
}
.AnyTagClassName
{
color: #8CB93B;
}
</style>
background-color css
<style>
a { background-color: #8CB93B; }
a { background-color: rgb(140,185,59); }
div.DivClassName
{
background-color: #8CB93B;
}
.BgClassName
{
background-color: #8CB93B;
}
</style>
border-color css
<style>
span { border-color: #8CB93B; }
span { border-color: rgb(140,185,59); }
td.TdClassName
{
border-color: #8CB93B;
}
.TagClassName
{
border-color: #8CB93B;
}
</style>