Shades of Limerick #8BBC1F
Tints of Limerick #8BBC1F
RGB
CMYK
RGB Variations
Color information
#8BBC1F (or 0x8BBC1F) is known color: Limerick. HEX triplet: 8B, BC and 1F. RGB value is (139,188,31). Sum of RGB (Red+Green+Blue) = 139+188+31=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC1F is #7443E0. Grayscale: #9C9C9C. Windows color (decimal): -7619553 or 2079883. OLE color: 2079883.
HSL color Cylindrical-coordinate representation of color #8BBC1F: hue angle of 78.73º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BBC1F is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 31 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.26 |
| HSL | 78.73º | 0.72% | 0.43% | - |
| HSV(B) | 78.73º | 0.84% | 0.74% | - |
| XYZ | 28.88 | 41.55 | 7.8 | - |
| YUV | 155.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 31 | 0.26 | 0 | 0.84 | 0.26 | 78.73 | 0.72 | 0.43 |
| Hex | 8B | BC | 1F | 1A | 0 | 54 | 1A | 4F | 48 | 2B |
| Octal | 213 | 274 | 37 | 32 | 0 | 124 | 32 | 117 | 110 | 53 |
| Binary | 10001011 | 10111100 | 11111 | 11010 | 0 | 1010100 | 11010 | 1001111 | 1001000 | 101011 |
Color Harmonies of #8BBC1F
Complementary color
Monochromatic Colors of #8BBC1F
Black with #8BBC1F
Text Example
Text Example
White with #8BBC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC1F; }
p { color: rgb(139,188,31); }
H1.HeaderClassName
{
color: #8BBC1F;
}
.AnyTagClassName
{
color: #8BBC1F;
}
</style>
background-color css
<style>
a { background-color: #8BBC1F; }
a { background-color: rgb(139,188,31); }
div.DivClassName
{
background-color: #8BBC1F;
}
.BgClassName
{
background-color: #8BBC1F;
}
</style>
border-color css
<style>
span { border-color: #8BBC1F; }
span { border-color: rgb(139,188,31); }
td.TdClassName
{
border-color: #8BBC1F;
}
.TagClassName
{
border-color: #8BBC1F;
}
</style>