Shades of Limerick #8CB521
Tints of Limerick #8CB521
RGB
CMYK
RGB Variations
Color information
#8CB521 (or 0x8CB521) is known color: Limerick. HEX triplet: 8C, B5 and 21. RGB value is (140,181,33). Sum of RGB (Red+Green+Blue) = 140+181+33=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB521 is #734ADE. Grayscale: #989898. Windows color (decimal): -7555807 or 2209164. OLE color: 2209164.
HSL color Cylindrical-coordinate representation of color #8CB521: hue angle of 76.62º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CB521 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 33 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.29 |
| HSL | 76.62º | 0.69% | 0.42% | - |
| HSV(B) | 76.62º | 0.82% | 0.71% | - |
| XYZ | 27.61 | 38.73 | 7.46 | - |
| YUV | 151.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 33 | 0.23 | 0 | 0.82 | 0.29 | 76.62 | 0.69 | 0.42 |
| Hex | 8C | B5 | 21 | 17 | 0 | 52 | 1D | 4D | 45 | 2A |
| Octal | 214 | 265 | 41 | 27 | 0 | 122 | 35 | 115 | 105 | 52 |
| Binary | 10001100 | 10110101 | 100001 | 10111 | 0 | 1010010 | 11101 | 1001101 | 1000101 | 101010 |
Color Harmonies of #8CB521
Complementary color
Monochromatic Colors of #8CB521
Black with #8CB521
Text Example
Text Example
White with #8CB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB521; }
p { color: rgb(140,181,33); }
H1.HeaderClassName
{
color: #8CB521;
}
.AnyTagClassName
{
color: #8CB521;
}
</style>
background-color css
<style>
a { background-color: #8CB521; }
a { background-color: rgb(140,181,33); }
div.DivClassName
{
background-color: #8CB521;
}
.BgClassName
{
background-color: #8CB521;
}
</style>
border-color css
<style>
span { border-color: #8CB521; }
span { border-color: rgb(140,181,33); }
td.TdClassName
{
border-color: #8CB521;
}
.TagClassName
{
border-color: #8CB521;
}
</style>