Shades of Limerick #8BB337
Tints of Limerick #8BB337
RGB
CMYK
RGB Variations
Color information
#8BB337 (or 0x8BB337) is known color: Limerick. HEX triplet: 8B, B3 and 37. RGB value is (139,179,55). Sum of RGB (Red+Green+Blue) = 139+179+55=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB337 is #744CC8. Grayscale: #999999. Windows color (decimal): -7621833 or 3650443. OLE color: 3650443.
HSL color Cylindrical-coordinate representation of color #8BB337: hue angle of 79.35º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BB337 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 55 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.30 |
| HSL | 79.35º | 0.53% | 0.46% | - |
| HSV(B) | 79.35º | 0.69% | 0.7% | - |
| XYZ | 27.46 | 38.01 | 9.5 | - |
| YUV | 152.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 55 | 0.22 | 0 | 0.69 | 0.30 | 79.35 | 0.53 | 0.46 |
| Hex | 8B | B3 | 37 | 16 | 0 | 45 | 1E | 4F | 35 | 2E |
| Octal | 213 | 263 | 67 | 26 | 0 | 105 | 36 | 117 | 65 | 56 |
| Binary | 10001011 | 10110011 | 110111 | 10110 | 0 | 1000101 | 11110 | 1001111 | 110101 | 101110 |
Color Harmonies of #8BB337
Complementary color
Monochromatic Colors of #8BB337
Black with #8BB337
Text Example
Text Example
White with #8BB337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB337; }
p { color: rgb(139,179,55); }
H1.HeaderClassName
{
color: #8BB337;
}
.AnyTagClassName
{
color: #8BB337;
}
</style>
background-color css
<style>
a { background-color: #8BB337; }
a { background-color: rgb(139,179,55); }
div.DivClassName
{
background-color: #8BB337;
}
.BgClassName
{
background-color: #8BB337;
}
</style>
border-color css
<style>
span { border-color: #8BB337; }
span { border-color: rgb(139,179,55); }
td.TdClassName
{
border-color: #8BB337;
}
.TagClassName
{
border-color: #8BB337;
}
</style>