Shades of Limerick #8BBC32
Tints of Limerick #8BBC32
RGB
CMYK
RGB Variations
Color information
#8BBC32 (or 0x8BBC32) is known color: Limerick. HEX triplet: 8B, BC and 32. RGB value is (139,188,50). Sum of RGB (Red+Green+Blue) = 139+188+50=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC32 is #7443CD. Grayscale: #9E9E9E. Windows color (decimal): -7619534 or 3325067. OLE color: 3325067.
HSL color Cylindrical-coordinate representation of color #8BBC32: hue angle of 81.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BBC32 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 50 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.26 |
| HSL | 81.3º | 0.58% | 0.47% | - |
| HSV(B) | 81.3º | 0.73% | 0.74% | - |
| XYZ | 29.21 | 41.69 | 9.52 | - |
| YUV | 157.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 50 | 0.26 | 0 | 0.73 | 0.26 | 81.3 | 0.58 | 0.47 |
| Hex | 8B | BC | 32 | 1A | 0 | 49 | 1A | 51 | 3A | 2F |
| Octal | 213 | 274 | 62 | 32 | 0 | 111 | 32 | 121 | 72 | 57 |
| Binary | 10001011 | 10111100 | 110010 | 11010 | 0 | 1001001 | 11010 | 1010001 | 111010 | 101111 |
Color Harmonies of #8BBC32
Complementary color
Monochromatic Colors of #8BBC32
Black with #8BBC32
Text Example
Text Example
White with #8BBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC32; }
p { color: rgb(139,188,50); }
H1.HeaderClassName
{
color: #8BBC32;
}
.AnyTagClassName
{
color: #8BBC32;
}
</style>
background-color css
<style>
a { background-color: #8BBC32; }
a { background-color: rgb(139,188,50); }
div.DivClassName
{
background-color: #8BBC32;
}
.BgClassName
{
background-color: #8BBC32;
}
</style>
border-color css
<style>
span { border-color: #8BBC32; }
span { border-color: rgb(139,188,50); }
td.TdClassName
{
border-color: #8BBC32;
}
.TagClassName
{
border-color: #8BBC32;
}
</style>