Shades of Limerick #8CBB2D
Tints of Limerick #8CBB2D
RGB
CMYK
RGB Variations
Color information
#8CBB2D (or 0x8CBB2D) is known color: Limerick. HEX triplet: 8C, BB and 2D. RGB value is (140,187,45). Sum of RGB (Red+Green+Blue) = 140+187+45=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB2D is #7344D2. Grayscale: #9D9D9D. Windows color (decimal): -7554259 or 2997132. OLE color: 2997132.
HSL color Cylindrical-coordinate representation of color #8CBB2D: hue angle of 79.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CBB2D is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 45 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.27 |
| HSL | 79.86º | 0.61% | 0.45% | - |
| HSV(B) | 79.86º | 0.76% | 0.73% | - |
| XYZ | 29.06 | 41.31 | 8.92 | - |
| YUV | 156.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 45 | 0.25 | 0 | 0.76 | 0.27 | 79.86 | 0.61 | 0.45 |
| Hex | 8C | BB | 2D | 19 | 0 | 4C | 1B | 50 | 3D | 2D |
| Octal | 214 | 273 | 55 | 31 | 0 | 114 | 33 | 120 | 75 | 55 |
| Binary | 10001100 | 10111011 | 101101 | 11001 | 0 | 1001100 | 11011 | 1010000 | 111101 | 101101 |
Color Harmonies of #8CBB2D
Complementary color
Monochromatic Colors of #8CBB2D
Black with #8CBB2D
Text Example
Text Example
White with #8CBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB2D; }
p { color: rgb(140,187,45); }
H1.HeaderClassName
{
color: #8CBB2D;
}
.AnyTagClassName
{
color: #8CBB2D;
}
</style>
background-color css
<style>
a { background-color: #8CBB2D; }
a { background-color: rgb(140,187,45); }
div.DivClassName
{
background-color: #8CBB2D;
}
.BgClassName
{
background-color: #8CBB2D;
}
</style>
border-color css
<style>
span { border-color: #8CBB2D; }
span { border-color: rgb(140,187,45); }
td.TdClassName
{
border-color: #8CBB2D;
}
.TagClassName
{
border-color: #8CBB2D;
}
</style>