Shades of Limerick #8CB935
Tints of Limerick #8CB935
RGB
CMYK
RGB Variations
Color information
#8CB935 (or 0x8CB935) is known color: Limerick. HEX triplet: 8C, B9 and 35. RGB value is (140,185,53). Sum of RGB (Red+Green+Blue) = 140+185+53=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB935 is #7346CA. Grayscale: #9C9C9C. Windows color (decimal): -7554763 or 3520908. OLE color: 3520908.
HSL color Cylindrical-coordinate representation of color #8CB935: hue angle of 80.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CB935 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 53 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.27 |
| HSL | 80.45º | 0.55% | 0.47% | - |
| HSV(B) | 80.45º | 0.71% | 0.73% | - |
| XYZ | 28.81 | 40.53 | 9.67 | - |
| YUV | 156.5 | 69.59 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 53 | 0.24 | 0 | 0.71 | 0.27 | 80.45 | 0.55 | 0.47 |
| Hex | 8C | B9 | 35 | 18 | 0 | 47 | 1B | 50 | 37 | 2F |
| Octal | 214 | 271 | 65 | 30 | 0 | 107 | 33 | 120 | 67 | 57 |
| Binary | 10001100 | 10111001 | 110101 | 11000 | 0 | 1000111 | 11011 | 1010000 | 110111 | 101111 |
Color Harmonies of #8CB935
Complementary color
Monochromatic Colors of #8CB935
Black with #8CB935
Text Example
Text Example
White with #8CB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB935; }
p { color: rgb(140,185,53); }
H1.HeaderClassName
{
color: #8CB935;
}
.AnyTagClassName
{
color: #8CB935;
}
</style>
background-color css
<style>
a { background-color: #8CB935; }
a { background-color: rgb(140,185,53); }
div.DivClassName
{
background-color: #8CB935;
}
.BgClassName
{
background-color: #8CB935;
}
</style>
border-color css
<style>
span { border-color: #8CB935; }
span { border-color: rgb(140,185,53); }
td.TdClassName
{
border-color: #8CB935;
}
.TagClassName
{
border-color: #8CB935;
}
</style>