Shades of Limerick #8CAB29
Tints of Limerick #8CAB29
RGB
CMYK
RGB Variations
Color information
#8CAB29 (or 0x8CAB29) is known color: Limerick. HEX triplet: 8C, AB and 29. RGB value is (140,171,41). Sum of RGB (Red+Green+Blue) = 140+171+41=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB29 is #7354D6. Grayscale: #939393. Windows color (decimal): -7558359 or 2730892. OLE color: 2730892.
HSL color Cylindrical-coordinate representation of color #8CAB29: hue angle of 74.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CAB29 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 41 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.33 |
| HSL | 74.31º | 0.61% | 0.42% | - |
| HSV(B) | 74.31º | 0.76% | 0.67% | - |
| XYZ | 25.78 | 34.86 | 7.47 | - |
| YUV | 146.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 41 | 0.18 | 0 | 0.76 | 0.33 | 74.31 | 0.61 | 0.42 |
| Hex | 8C | AB | 29 | 12 | 0 | 4C | 21 | 4A | 3D | 2A |
| Octal | 214 | 253 | 51 | 22 | 0 | 114 | 41 | 112 | 75 | 52 |
| Binary | 10001100 | 10101011 | 101001 | 10010 | 0 | 1001100 | 100001 | 1001010 | 111101 | 101010 |
Color Harmonies of #8CAB29
Complementary color
Monochromatic Colors of #8CAB29
Black with #8CAB29
Text Example
Text Example
White with #8CAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB29; }
p { color: rgb(140,171,41); }
H1.HeaderClassName
{
color: #8CAB29;
}
.AnyTagClassName
{
color: #8CAB29;
}
</style>
background-color css
<style>
a { background-color: #8CAB29; }
a { background-color: rgb(140,171,41); }
div.DivClassName
{
background-color: #8CAB29;
}
.BgClassName
{
background-color: #8CAB29;
}
</style>
border-color css
<style>
span { border-color: #8CAB29; }
span { border-color: rgb(140,171,41); }
td.TdClassName
{
border-color: #8CAB29;
}
.TagClassName
{
border-color: #8CAB29;
}
</style>