Shades of Limerick #8CB12D
Tints of Limerick #8CB12D
RGB
CMYK
RGB Variations
Color information
#8CB12D (or 0x8CB12D) is known color: Limerick. HEX triplet: 8C, B1 and 2D. RGB value is (140,177,45). Sum of RGB (Red+Green+Blue) = 140+177+45=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB12D is #734ED2. Grayscale: #979797. Windows color (decimal): -7556819 or 2994572. OLE color: 2994572.
HSL color Cylindrical-coordinate representation of color #8CB12D: hue angle of 76.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CB12D is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 45 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.31 |
| HSL | 76.82º | 0.59% | 0.44% | - |
| HSV(B) | 76.82º | 0.75% | 0.69% | - |
| XYZ | 27.01 | 37.21 | 8.24 | - |
| YUV | 150.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 45 | 0.21 | 0 | 0.75 | 0.31 | 76.82 | 0.59 | 0.44 |
| Hex | 8C | B1 | 2D | 15 | 0 | 4B | 1F | 4D | 3B | 2C |
| Octal | 214 | 261 | 55 | 25 | 0 | 113 | 37 | 115 | 73 | 54 |
| Binary | 10001100 | 10110001 | 101101 | 10101 | 0 | 1001011 | 11111 | 1001101 | 111011 | 101100 |
Color Harmonies of #8CB12D
Complementary color
Monochromatic Colors of #8CB12D
Black with #8CB12D
Text Example
Text Example
White with #8CB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB12D; }
p { color: rgb(140,177,45); }
H1.HeaderClassName
{
color: #8CB12D;
}
.AnyTagClassName
{
color: #8CB12D;
}
</style>
background-color css
<style>
a { background-color: #8CB12D; }
a { background-color: rgb(140,177,45); }
div.DivClassName
{
background-color: #8CB12D;
}
.BgClassName
{
background-color: #8CB12D;
}
</style>
border-color css
<style>
span { border-color: #8CB12D; }
span { border-color: rgb(140,177,45); }
td.TdClassName
{
border-color: #8CB12D;
}
.TagClassName
{
border-color: #8CB12D;
}
</style>