Shades of Limerick #8BBE2B
Tints of Limerick #8BBE2B
RGB
CMYK
RGB Variations
Color information
#8BBE2B (or 0x8BBE2B) is known color: Limerick. HEX triplet: 8B, BE and 2B. RGB value is (139,190,43). Sum of RGB (Red+Green+Blue) = 139+190+43=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBE2B is #7441D4. Grayscale: #9E9E9E. Windows color (decimal): -7619029 or 2866827. OLE color: 2866827.
HSL color Cylindrical-coordinate representation of color #8BBE2B: hue angle of 80.82º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BBE2B is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 43 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.25 |
| HSL | 80.82º | 0.63% | 0.46% | - |
| HSV(B) | 80.82º | 0.77% | 0.75% | - |
| XYZ | 29.5 | 42.49 | 8.93 | - |
| YUV | 157.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 43 | 0.27 | 0 | 0.77 | 0.25 | 80.82 | 0.63 | 0.46 |
| Hex | 8B | BE | 2B | 1B | 0 | 4D | 19 | 51 | 3F | 2E |
| Octal | 213 | 276 | 53 | 33 | 0 | 115 | 31 | 121 | 77 | 56 |
| Binary | 10001011 | 10111110 | 101011 | 11011 | 0 | 1001101 | 11001 | 1010001 | 111111 | 101110 |
Color Harmonies of #8BBE2B
Complementary color
Monochromatic Colors of #8BBE2B
Black with #8BBE2B
Text Example
Text Example
White with #8BBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE2B; }
p { color: rgb(139,190,43); }
H1.HeaderClassName
{
color: #8BBE2B;
}
.AnyTagClassName
{
color: #8BBE2B;
}
</style>
background-color css
<style>
a { background-color: #8BBE2B; }
a { background-color: rgb(139,190,43); }
div.DivClassName
{
background-color: #8BBE2B;
}
.BgClassName
{
background-color: #8BBE2B;
}
</style>
border-color css
<style>
span { border-color: #8BBE2B; }
span { border-color: rgb(139,190,43); }
td.TdClassName
{
border-color: #8BBE2B;
}
.TagClassName
{
border-color: #8BBE2B;
}
</style>