Shades of Limerick #8CB52D
Tints of Limerick #8CB52D
RGB
CMYK
RGB Variations
Color information
#8CB52D (or 0x8CB52D) is known color: Limerick. HEX triplet: 8C, B5 and 2D. RGB value is (140,181,45). Sum of RGB (Red+Green+Blue) = 140+181+45=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB52D is #734AD2. Grayscale: #999999. Windows color (decimal): -7555795 or 2995596. OLE color: 2995596.
HSL color Cylindrical-coordinate representation of color #8CB52D: hue angle of 78.09º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CB52D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 45 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.29 |
| HSL | 78.09º | 0.6% | 0.44% | - |
| HSV(B) | 78.09º | 0.75% | 0.71% | - |
| XYZ | 27.81 | 38.81 | 8.51 | - |
| YUV | 153.24 | 66.92 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 45 | 0.23 | 0 | 0.75 | 0.29 | 78.09 | 0.6 | 0.44 |
| Hex | 8C | B5 | 2D | 17 | 0 | 4B | 1D | 4E | 3C | 2C |
| Octal | 214 | 265 | 55 | 27 | 0 | 113 | 35 | 116 | 74 | 54 |
| Binary | 10001100 | 10110101 | 101101 | 10111 | 0 | 1001011 | 11101 | 1001110 | 111100 | 101100 |
Color Harmonies of #8CB52D
Complementary color
Monochromatic Colors of #8CB52D
Black with #8CB52D
Text Example
Text Example
White with #8CB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB52D; }
p { color: rgb(140,181,45); }
H1.HeaderClassName
{
color: #8CB52D;
}
.AnyTagClassName
{
color: #8CB52D;
}
</style>
background-color css
<style>
a { background-color: #8CB52D; }
a { background-color: rgb(140,181,45); }
div.DivClassName
{
background-color: #8CB52D;
}
.BgClassName
{
background-color: #8CB52D;
}
</style>
border-color css
<style>
span { border-color: #8CB52D; }
span { border-color: rgb(140,181,45); }
td.TdClassName
{
border-color: #8CB52D;
}
.TagClassName
{
border-color: #8CB52D;
}
</style>