Shades of Limerick #8BBF1C
Tints of Limerick #8BBF1C
RGB
CMYK
RGB Variations
Color information
#8BBF1C (or 0x8BBF1C) is known color: Limerick. HEX triplet: 8B, BF and 1C. RGB value is (139,191,28). Sum of RGB (Red+Green+Blue) = 139+191+28=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBF1C is #7440E3. Grayscale: #9D9D9D. Windows color (decimal): -7618788 or 1884043. OLE color: 1884043.
HSL color Cylindrical-coordinate representation of color #8BBF1C: hue angle of 79.14º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BBF1C is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 191 | 28 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.25 |
| HSL | 79.14º | 0.74% | 0.43% | - |
| HSV(B) | 79.14º | 0.85% | 0.75% | - |
| XYZ | 29.49 | 42.83 | 7.81 | - |
| YUV | 156.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 28 | 0.27 | 0 | 0.85 | 0.25 | 79.14 | 0.74 | 0.43 |
| Hex | 8B | BF | 1C | 1B | 0 | 55 | 19 | 4F | 4A | 2B |
| Octal | 213 | 277 | 34 | 33 | 0 | 125 | 31 | 117 | 112 | 53 |
| Binary | 10001011 | 10111111 | 11100 | 11011 | 0 | 1010101 | 11001 | 1001111 | 1001010 | 101011 |
Color Harmonies of #8BBF1C
Complementary color
Monochromatic Colors of #8BBF1C
Black with #8BBF1C
Text Example
Text Example
White with #8BBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBF1C; }
p { color: rgb(139,191,28); }
H1.HeaderClassName
{
color: #8BBF1C;
}
.AnyTagClassName
{
color: #8BBF1C;
}
</style>
background-color css
<style>
a { background-color: #8BBF1C; }
a { background-color: rgb(139,191,28); }
div.DivClassName
{
background-color: #8BBF1C;
}
.BgClassName
{
background-color: #8BBF1C;
}
</style>
border-color css
<style>
span { border-color: #8BBF1C; }
span { border-color: rgb(139,191,28); }
td.TdClassName
{
border-color: #8BBF1C;
}
.TagClassName
{
border-color: #8BBF1C;
}
</style>