Shades of Limerick #8CB313
Tints of Limerick #8CB313
RGB
CMYK
RGB Variations
Color information
#8CB313 (or 0x8CB313) is known color: Limerick. HEX triplet: 8C, B3 and 13. RGB value is (140,179,19). Sum of RGB (Red+Green+Blue) = 140+179+19=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB313 is #734CEC. Grayscale: #959595. Windows color (decimal): -7556333 or 1291148. OLE color: 1291148.
HSL color Cylindrical-coordinate representation of color #8CB313: hue angle of 74.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CB313 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 19 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.30 |
| HSL | 74.63º | 0.81% | 0.39% | - |
| HSV(B) | 74.63º | 0.89% | 0.7% | - |
| XYZ | 27.05 | 37.86 | 6.5 | - |
| YUV | 149.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 19 | 0.22 | 0 | 0.89 | 0.30 | 74.63 | 0.81 | 0.39 |
| Hex | 8C | B3 | 13 | 16 | 0 | 59 | 1E | 4B | 51 | 27 |
| Octal | 214 | 263 | 23 | 26 | 0 | 131 | 36 | 113 | 121 | 47 |
| Binary | 10001100 | 10110011 | 10011 | 10110 | 0 | 1011001 | 11110 | 1001011 | 1010001 | 100111 |
Color Harmonies of #8CB313
Complementary color
Monochromatic Colors of #8CB313
Black with #8CB313
Text Example
Text Example
White with #8CB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB313; }
p { color: rgb(140,179,19); }
H1.HeaderClassName
{
color: #8CB313;
}
.AnyTagClassName
{
color: #8CB313;
}
</style>
background-color css
<style>
a { background-color: #8CB313; }
a { background-color: rgb(140,179,19); }
div.DivClassName
{
background-color: #8CB313;
}
.BgClassName
{
background-color: #8CB313;
}
</style>
border-color css
<style>
span { border-color: #8CB313; }
span { border-color: rgb(140,179,19); }
td.TdClassName
{
border-color: #8CB313;
}
.TagClassName
{
border-color: #8CB313;
}
</style>