Shades of Limerick #8BA839
Tints of Limerick #8BA839
RGB
CMYK
RGB Variations
Color information
#8BA839 (or 0x8BA839) is known color: Limerick. HEX triplet: 8B, A8 and 39. RGB value is (139,168,57). Sum of RGB (Red+Green+Blue) = 139+168+57=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA839 is #7457C6. Grayscale: #939393. Windows color (decimal): -7624647 or 3778699. OLE color: 3778699.
HSL color Cylindrical-coordinate representation of color #8BA839: hue angle of 75.68º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BA839 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 57 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.34 |
| HSL | 75.68º | 0.49% | 0.44% | - |
| HSV(B) | 75.68º | 0.66% | 0.66% | - |
| XYZ | 25.39 | 33.79 | 9.05 | - |
| YUV | 146.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 57 | 0.17 | 0 | 0.66 | 0.34 | 75.68 | 0.49 | 0.44 |
| Hex | 8B | A8 | 39 | 11 | 0 | 42 | 22 | 4C | 31 | 2C |
| Octal | 213 | 250 | 71 | 21 | 0 | 102 | 42 | 114 | 61 | 54 |
| Binary | 10001011 | 10101000 | 111001 | 10001 | 0 | 1000010 | 100010 | 1001100 | 110001 | 101100 |
Color Harmonies of #8BA839
Complementary color
Monochromatic Colors of #8BA839
Black with #8BA839
Text Example
Text Example
White with #8BA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA839; }
p { color: rgb(139,168,57); }
H1.HeaderClassName
{
color: #8BA839;
}
.AnyTagClassName
{
color: #8BA839;
}
</style>
background-color css
<style>
a { background-color: #8BA839; }
a { background-color: rgb(139,168,57); }
div.DivClassName
{
background-color: #8BA839;
}
.BgClassName
{
background-color: #8BA839;
}
</style>
border-color css
<style>
span { border-color: #8BA839; }
span { border-color: rgb(139,168,57); }
td.TdClassName
{
border-color: #8BA839;
}
.TagClassName
{
border-color: #8BA839;
}
</style>