Shades of Limerick #8BA830
Tints of Limerick #8BA830
RGB
CMYK
RGB Variations
Color information
#8BA830 (or 0x8BA830) is known color: Limerick. HEX triplet: 8B, A8 and 30. RGB value is (139,168,48). Sum of RGB (Red+Green+Blue) = 139+168+48=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA830 is #7457CF. Grayscale: #929292. Windows color (decimal): -7624656 or 3188875. OLE color: 3188875.
HSL color Cylindrical-coordinate representation of color #8BA830: hue angle of 74.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BA830 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 48 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.34 |
| HSL | 74.5º | 0.56% | 0.42% | - |
| HSV(B) | 74.5º | 0.71% | 0.66% | - |
| XYZ | 25.18 | 33.71 | 7.98 | - |
| YUV | 145.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 48 | 0.17 | 0 | 0.71 | 0.34 | 74.5 | 0.56 | 0.42 |
| Hex | 8B | A8 | 30 | 11 | 0 | 47 | 22 | 4A | 38 | 2A |
| Octal | 213 | 250 | 60 | 21 | 0 | 107 | 42 | 112 | 70 | 52 |
| Binary | 10001011 | 10101000 | 110000 | 10001 | 0 | 1000111 | 100010 | 1001010 | 111000 | 101010 |
Color Harmonies of #8BA830
Complementary color
Monochromatic Colors of #8BA830
Black with #8BA830
Text Example
Text Example
White with #8BA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA830; }
p { color: rgb(139,168,48); }
H1.HeaderClassName
{
color: #8BA830;
}
.AnyTagClassName
{
color: #8BA830;
}
</style>
background-color css
<style>
a { background-color: #8BA830; }
a { background-color: rgb(139,168,48); }
div.DivClassName
{
background-color: #8BA830;
}
.BgClassName
{
background-color: #8BA830;
}
</style>
border-color css
<style>
span { border-color: #8BA830; }
span { border-color: rgb(139,168,48); }
td.TdClassName
{
border-color: #8BA830;
}
.TagClassName
{
border-color: #8BA830;
}
</style>