Shades of Limerick #8CBB33
Tints of Limerick #8CBB33
RGB
CMYK
RGB Variations
Color information
#8CBB33 (or 0x8CBB33) is known color: Limerick. HEX triplet: 8C, BB and 33. RGB value is (140,187,51). Sum of RGB (Red+Green+Blue) = 140+187+51=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB33 is #7344CC. Grayscale: #9D9D9D. Windows color (decimal): -7554253 or 3390348. OLE color: 3390348.
HSL color Cylindrical-coordinate representation of color #8CBB33: hue angle of 80.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CBB33 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 51 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.27 |
| HSL | 80.74º | 0.57% | 0.47% | - |
| HSV(B) | 80.74º | 0.73% | 0.73% | - |
| XYZ | 29.18 | 41.36 | 9.58 | - |
| YUV | 157.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 51 | 0.25 | 0 | 0.73 | 0.27 | 80.74 | 0.57 | 0.47 |
| Hex | 8C | BB | 33 | 19 | 0 | 49 | 1B | 51 | 39 | 2F |
| Octal | 214 | 273 | 63 | 31 | 0 | 111 | 33 | 121 | 71 | 57 |
| Binary | 10001100 | 10111011 | 110011 | 11001 | 0 | 1001001 | 11011 | 1010001 | 111001 | 101111 |
Color Harmonies of #8CBB33
Complementary color
Monochromatic Colors of #8CBB33
Black with #8CBB33
Text Example
Text Example
White with #8CBB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB33; }
p { color: rgb(140,187,51); }
H1.HeaderClassName
{
color: #8CBB33;
}
.AnyTagClassName
{
color: #8CBB33;
}
</style>
background-color css
<style>
a { background-color: #8CBB33; }
a { background-color: rgb(140,187,51); }
div.DivClassName
{
background-color: #8CBB33;
}
.BgClassName
{
background-color: #8CBB33;
}
</style>
border-color css
<style>
span { border-color: #8CBB33; }
span { border-color: rgb(140,187,51); }
td.TdClassName
{
border-color: #8CBB33;
}
.TagClassName
{
border-color: #8CBB33;
}
</style>