Shades of Limerick #8BBC2B
Tints of Limerick #8BBC2B
RGB
CMYK
RGB Variations
Color information
#8BBC2B (or 0x8BBC2B) is known color: Limerick. HEX triplet: 8B, BC and 2B. RGB value is (139,188,43). Sum of RGB (Red+Green+Blue) = 139+188+43=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC2B is #7443D4. Grayscale: #9D9D9D. Windows color (decimal): -7619541 or 2866315. OLE color: 2866315.
HSL color Cylindrical-coordinate representation of color #8BBC2B: hue angle of 80.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BBC2B is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 43 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.26 |
| HSL | 80.28º | 0.63% | 0.45% | - |
| HSV(B) | 80.28º | 0.77% | 0.74% | - |
| XYZ | 29.07 | 41.63 | 8.79 | - |
| YUV | 156.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 43 | 0.26 | 0 | 0.77 | 0.26 | 80.28 | 0.63 | 0.45 |
| Hex | 8B | BC | 2B | 1A | 0 | 4D | 1A | 50 | 3F | 2D |
| Octal | 213 | 274 | 53 | 32 | 0 | 115 | 32 | 120 | 77 | 55 |
| Binary | 10001011 | 10111100 | 101011 | 11010 | 0 | 1001101 | 11010 | 1010000 | 111111 | 101101 |
Color Harmonies of #8BBC2B
Complementary color
Monochromatic Colors of #8BBC2B
Black with #8BBC2B
Text Example
Text Example
White with #8BBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC2B; }
p { color: rgb(139,188,43); }
H1.HeaderClassName
{
color: #8BBC2B;
}
.AnyTagClassName
{
color: #8BBC2B;
}
</style>
background-color css
<style>
a { background-color: #8BBC2B; }
a { background-color: rgb(139,188,43); }
div.DivClassName
{
background-color: #8BBC2B;
}
.BgClassName
{
background-color: #8BBC2B;
}
</style>
border-color css
<style>
span { border-color: #8BBC2B; }
span { border-color: rgb(139,188,43); }
td.TdClassName
{
border-color: #8BBC2B;
}
.TagClassName
{
border-color: #8BBC2B;
}
</style>