Shades of Limerick #8CAB27
Tints of Limerick #8CAB27
RGB
CMYK
RGB Variations
Color information
#8CAB27 (or 0x8CAB27) is known color: Limerick. HEX triplet: 8C, AB and 27. RGB value is (140,171,39). Sum of RGB (Red+Green+Blue) = 140+171+39=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB27 is #7354D8. Grayscale: #939393. Windows color (decimal): -7558361 or 2599820. OLE color: 2599820.
HSL color Cylindrical-coordinate representation of color #8CAB27: hue angle of 74.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CAB27 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 39 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.33 |
| HSL | 74.09º | 0.63% | 0.41% | - |
| HSV(B) | 74.09º | 0.77% | 0.67% | - |
| XYZ | 25.74 | 34.85 | 7.29 | - |
| YUV | 146.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 39 | 0.18 | 0 | 0.77 | 0.33 | 74.09 | 0.63 | 0.41 |
| Hex | 8C | AB | 27 | 12 | 0 | 4D | 21 | 4A | 3F | 29 |
| Octal | 214 | 253 | 47 | 22 | 0 | 115 | 41 | 112 | 77 | 51 |
| Binary | 10001100 | 10101011 | 100111 | 10010 | 0 | 1001101 | 100001 | 1001010 | 111111 | 101001 |
Color Harmonies of #8CAB27
Complementary color
Monochromatic Colors of #8CAB27
Black with #8CAB27
Text Example
Text Example
White with #8CAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB27; }
p { color: rgb(140,171,39); }
H1.HeaderClassName
{
color: #8CAB27;
}
.AnyTagClassName
{
color: #8CAB27;
}
</style>
background-color css
<style>
a { background-color: #8CAB27; }
a { background-color: rgb(140,171,39); }
div.DivClassName
{
background-color: #8CAB27;
}
.BgClassName
{
background-color: #8CAB27;
}
</style>
border-color css
<style>
span { border-color: #8CAB27; }
span { border-color: rgb(140,171,39); }
td.TdClassName
{
border-color: #8CAB27;
}
.TagClassName
{
border-color: #8CAB27;
}
</style>