Shades of Limerick #8BB339
Tints of Limerick #8BB339
RGB
CMYK
RGB Variations
Color information
#8BB339 (or 0x8BB339) is known color: Limerick. HEX triplet: 8B, B3 and 39. RGB value is (139,179,57). Sum of RGB (Red+Green+Blue) = 139+179+57=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB339 is #744CC6. Grayscale: #999999. Windows color (decimal): -7621831 or 3781515. OLE color: 3781515.
HSL color Cylindrical-coordinate representation of color #8BB339: hue angle of 79.67º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BB339 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 57 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.30 |
| HSL | 79.67º | 0.52% | 0.46% | - |
| HSV(B) | 79.67º | 0.68% | 0.7% | - |
| XYZ | 27.51 | 38.02 | 9.76 | - |
| YUV | 153.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 57 | 0.22 | 0 | 0.68 | 0.30 | 79.67 | 0.52 | 0.46 |
| Hex | 8B | B3 | 39 | 16 | 0 | 44 | 1E | 50 | 34 | 2E |
| Octal | 213 | 263 | 71 | 26 | 0 | 104 | 36 | 120 | 64 | 56 |
| Binary | 10001011 | 10110011 | 111001 | 10110 | 0 | 1000100 | 11110 | 1010000 | 110100 | 101110 |
Color Harmonies of #8BB339
Complementary color
Monochromatic Colors of #8BB339
Black with #8BB339
Text Example
Text Example
White with #8BB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB339; }
p { color: rgb(139,179,57); }
H1.HeaderClassName
{
color: #8BB339;
}
.AnyTagClassName
{
color: #8BB339;
}
</style>
background-color css
<style>
a { background-color: #8BB339; }
a { background-color: rgb(139,179,57); }
div.DivClassName
{
background-color: #8BB339;
}
.BgClassName
{
background-color: #8BB339;
}
</style>
border-color css
<style>
span { border-color: #8BB339; }
span { border-color: rgb(139,179,57); }
td.TdClassName
{
border-color: #8BB339;
}
.TagClassName
{
border-color: #8BB339;
}
</style>