Shades of Limerick #8DBD1C
Tints of Limerick #8DBD1C
RGB
CMYK
RGB Variations
Color information
#8DBD1C (or 0x8DBD1C) is known color: Limerick. HEX triplet: 8D, BD and 1C. RGB value is (141,189,28). Sum of RGB (Red+Green+Blue) = 141+189+28=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD1C is #7242E3. Grayscale: #9C9C9C. Windows color (decimal): -7488228 or 1883533. OLE color: 1883533.
HSL color Cylindrical-coordinate representation of color #8DBD1C: hue angle of 77.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DBD1C is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 28 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.26 |
| HSL | 77.89º | 0.74% | 0.43% | - |
| HSV(B) | 77.89º | 0.85% | 0.74% | - |
| XYZ | 29.39 | 42.14 | 7.68 | - |
| YUV | 156.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 28 | 0.25 | 0 | 0.85 | 0.26 | 77.89 | 0.74 | 0.43 |
| Hex | 8D | BD | 1C | 19 | 0 | 55 | 1A | 4E | 4A | 2B |
| Octal | 215 | 275 | 34 | 31 | 0 | 125 | 32 | 116 | 112 | 53 |
| Binary | 10001101 | 10111101 | 11100 | 11001 | 0 | 1010101 | 11010 | 1001110 | 1001010 | 101011 |
Color Harmonies of #8DBD1C
Complementary color
Monochromatic Colors of #8DBD1C
Black with #8DBD1C
Text Example
Text Example
White with #8DBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD1C; }
p { color: rgb(141,189,28); }
H1.HeaderClassName
{
color: #8DBD1C;
}
.AnyTagClassName
{
color: #8DBD1C;
}
</style>
background-color css
<style>
a { background-color: #8DBD1C; }
a { background-color: rgb(141,189,28); }
div.DivClassName
{
background-color: #8DBD1C;
}
.BgClassName
{
background-color: #8DBD1C;
}
</style>
border-color css
<style>
span { border-color: #8DBD1C; }
span { border-color: rgb(141,189,28); }
td.TdClassName
{
border-color: #8DBD1C;
}
.TagClassName
{
border-color: #8DBD1C;
}
</style>