Shades of Limerick #8BBC2F
Tints of Limerick #8BBC2F
RGB
CMYK
RGB Variations
Color information
#8BBC2F (or 0x8BBC2F) is known color: Limerick. HEX triplet: 8B, BC and 2F. RGB value is (139,188,47). Sum of RGB (Red+Green+Blue) = 139+188+47=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC2F is #7443D0. Grayscale: #9D9D9D. Windows color (decimal): -7619537 or 3128459. OLE color: 3128459.
HSL color Cylindrical-coordinate representation of color #8BBC2F: hue angle of 80.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BBC2F is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 47 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.26 |
| HSL | 80.85º | 0.6% | 0.46% | - |
| HSV(B) | 80.85º | 0.75% | 0.74% | - |
| XYZ | 29.14 | 41.66 | 9.19 | - |
| YUV | 157.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 47 | 0.26 | 0 | 0.75 | 0.26 | 80.85 | 0.6 | 0.46 |
| Hex | 8B | BC | 2F | 1A | 0 | 4B | 1A | 51 | 3C | 2E |
| Octal | 213 | 274 | 57 | 32 | 0 | 113 | 32 | 121 | 74 | 56 |
| Binary | 10001011 | 10111100 | 101111 | 11010 | 0 | 1001011 | 11010 | 1010001 | 111100 | 101110 |
Color Harmonies of #8BBC2F
Complementary color
Monochromatic Colors of #8BBC2F
Black with #8BBC2F
Text Example
Text Example
White with #8BBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC2F; }
p { color: rgb(139,188,47); }
H1.HeaderClassName
{
color: #8BBC2F;
}
.AnyTagClassName
{
color: #8BBC2F;
}
</style>
background-color css
<style>
a { background-color: #8BBC2F; }
a { background-color: rgb(139,188,47); }
div.DivClassName
{
background-color: #8BBC2F;
}
.BgClassName
{
background-color: #8BBC2F;
}
</style>
border-color css
<style>
span { border-color: #8BBC2F; }
span { border-color: rgb(139,188,47); }
td.TdClassName
{
border-color: #8BBC2F;
}
.TagClassName
{
border-color: #8BBC2F;
}
</style>