Shades of Limerick #8BBA3A
Tints of Limerick #8BBA3A
RGB
CMYK
RGB Variations
Color information
#8BBA3A (or 0x8BBA3A) is known color: Limerick. HEX triplet: 8B, BA and 3A. RGB value is (139,186,58). Sum of RGB (Red+Green+Blue) = 139+186+58=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA3A is #7445C5. Grayscale: #9D9D9D. Windows color (decimal): -7620038 or 3848843. OLE color: 3848843.
HSL color Cylindrical-coordinate representation of color #8BBA3A: hue angle of 82.03º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BBA3A is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 58 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.27 |
| HSL | 82.03º | 0.52% | 0.48% | - |
| HSV(B) | 82.03º | 0.69% | 0.73% | - |
| XYZ | 28.97 | 40.91 | 10.37 | - |
| YUV | 157.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 58 | 0.25 | 0 | 0.69 | 0.27 | 82.03 | 0.52 | 0.48 |
| Hex | 8B | BA | 3A | 19 | 0 | 45 | 1B | 52 | 34 | 30 |
| Octal | 213 | 272 | 72 | 31 | 0 | 105 | 33 | 122 | 64 | 60 |
| Binary | 10001011 | 10111010 | 111010 | 11001 | 0 | 1000101 | 11011 | 1010010 | 110100 | 110000 |
Color Harmonies of #8BBA3A
Complementary color
Monochromatic Colors of #8BBA3A
Black with #8BBA3A
Text Example
Text Example
White with #8BBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA3A; }
p { color: rgb(139,186,58); }
H1.HeaderClassName
{
color: #8BBA3A;
}
.AnyTagClassName
{
color: #8BBA3A;
}
</style>
background-color css
<style>
a { background-color: #8BBA3A; }
a { background-color: rgb(139,186,58); }
div.DivClassName
{
background-color: #8BBA3A;
}
.BgClassName
{
background-color: #8BBA3A;
}
</style>
border-color css
<style>
span { border-color: #8BBA3A; }
span { border-color: rgb(139,186,58); }
td.TdClassName
{
border-color: #8BBA3A;
}
.TagClassName
{
border-color: #8BBA3A;
}
</style>