Shades of Limerick #8CB03C
Tints of Limerick #8CB03C
RGB
CMYK
RGB Variations
Color information
#8CB03C (or 0x8CB03C) is known color: Limerick. HEX triplet: 8C, B0 and 3C. RGB value is (140,176,60). Sum of RGB (Red+Green+Blue) = 140+176+60=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB03C is #734FC3. Grayscale: #989898. Windows color (decimal): -7557060 or 3977356. OLE color: 3977356.
HSL color Cylindrical-coordinate representation of color #8CB03C: hue angle of 78.62º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CB03C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 60 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.31 |
| HSL | 78.62º | 0.49% | 0.46% | - |
| HSV(B) | 78.62º | 0.66% | 0.69% | - |
| XYZ | 27.16 | 36.95 | 9.98 | - |
| YUV | 152.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 60 | 0.20 | 0 | 0.66 | 0.31 | 78.62 | 0.49 | 0.46 |
| Hex | 8C | B0 | 3C | 14 | 0 | 42 | 1F | 4F | 31 | 2E |
| Octal | 214 | 260 | 74 | 24 | 0 | 102 | 37 | 117 | 61 | 56 |
| Binary | 10001100 | 10110000 | 111100 | 10100 | 0 | 1000010 | 11111 | 1001111 | 110001 | 101110 |
Color Harmonies of #8CB03C
Complementary color
Monochromatic Colors of #8CB03C
Black with #8CB03C
Text Example
Text Example
White with #8CB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB03C; }
p { color: rgb(140,176,60); }
H1.HeaderClassName
{
color: #8CB03C;
}
.AnyTagClassName
{
color: #8CB03C;
}
</style>
background-color css
<style>
a { background-color: #8CB03C; }
a { background-color: rgb(140,176,60); }
div.DivClassName
{
background-color: #8CB03C;
}
.BgClassName
{
background-color: #8CB03C;
}
</style>
border-color css
<style>
span { border-color: #8CB03C; }
span { border-color: rgb(140,176,60); }
td.TdClassName
{
border-color: #8CB03C;
}
.TagClassName
{
border-color: #8CB03C;
}
</style>