Shades of Limerick #8CBB1B
Tints of Limerick #8CBB1B
RGB
CMYK
RGB Variations
Color information
#8CBB1B (or 0x8CBB1B) is known color: Limerick. HEX triplet: 8C, BB and 1B. RGB value is (140,187,27). Sum of RGB (Red+Green+Blue) = 140+187+27=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB1B is #7344E4. Grayscale: #9B9B9B. Windows color (decimal): -7554277 or 1817484. OLE color: 1817484.
HSL color Cylindrical-coordinate representation of color #8CBB1B: hue angle of 77.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CBB1B is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 27 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.27 |
| HSL | 77.63º | 0.75% | 0.42% | - |
| HSV(B) | 77.63º | 0.86% | 0.73% | - |
| XYZ | 28.78 | 41.2 | 7.47 | - |
| YUV | 154.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 27 | 0.25 | 0 | 0.86 | 0.27 | 77.63 | 0.75 | 0.42 |
| Hex | 8C | BB | 1B | 19 | 0 | 56 | 1B | 4E | 4B | 2A |
| Octal | 214 | 273 | 33 | 31 | 0 | 126 | 33 | 116 | 113 | 52 |
| Binary | 10001100 | 10111011 | 11011 | 11001 | 0 | 1010110 | 11011 | 1001110 | 1001011 | 101010 |
Color Harmonies of #8CBB1B
Complementary color
Monochromatic Colors of #8CBB1B
Black with #8CBB1B
Text Example
Text Example
White with #8CBB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB1B; }
p { color: rgb(140,187,27); }
H1.HeaderClassName
{
color: #8CBB1B;
}
.AnyTagClassName
{
color: #8CBB1B;
}
</style>
background-color css
<style>
a { background-color: #8CBB1B; }
a { background-color: rgb(140,187,27); }
div.DivClassName
{
background-color: #8CBB1B;
}
.BgClassName
{
background-color: #8CBB1B;
}
</style>
border-color css
<style>
span { border-color: #8CBB1B; }
span { border-color: rgb(140,187,27); }
td.TdClassName
{
border-color: #8CBB1B;
}
.TagClassName
{
border-color: #8CBB1B;
}
</style>