Shades of Limerick #8BAD3F
Tints of Limerick #8BAD3F
RGB
CMYK
RGB Variations
Color information
#8BAD3F (or 0x8BAD3F) is known color: Limerick. HEX triplet: 8B, AD and 3F. RGB value is (139,173,63). Sum of RGB (Red+Green+Blue) = 139+173+63=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD3F is #7452C0. Grayscale: #969696. Windows color (decimal): -7623361 or 4173195. OLE color: 4173195.
HSL color Cylindrical-coordinate representation of color #8BAD3F: hue angle of 78.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BAD3F is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 63 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.32 |
| HSL | 78.55º | 0.47% | 0.46% | - |
| HSV(B) | 78.55º | 0.64% | 0.68% | - |
| XYZ | 26.49 | 35.73 | 10.2 | - |
| YUV | 150.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 63 | 0.20 | 0 | 0.64 | 0.32 | 78.55 | 0.47 | 0.46 |
| Hex | 8B | AD | 3F | 14 | 0 | 40 | 20 | 4F | 2F | 2E |
| Octal | 213 | 255 | 77 | 24 | 0 | 100 | 40 | 117 | 57 | 56 |
| Binary | 10001011 | 10101101 | 111111 | 10100 | 0 | 1000000 | 100000 | 1001111 | 101111 | 101110 |
Color Harmonies of #8BAD3F
Complementary color
Monochromatic Colors of #8BAD3F
Black with #8BAD3F
Text Example
Text Example
White with #8BAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD3F; }
p { color: rgb(139,173,63); }
H1.HeaderClassName
{
color: #8BAD3F;
}
.AnyTagClassName
{
color: #8BAD3F;
}
</style>
background-color css
<style>
a { background-color: #8BAD3F; }
a { background-color: rgb(139,173,63); }
div.DivClassName
{
background-color: #8BAD3F;
}
.BgClassName
{
background-color: #8BAD3F;
}
</style>
border-color css
<style>
span { border-color: #8BAD3F; }
span { border-color: rgb(139,173,63); }
td.TdClassName
{
border-color: #8BAD3F;
}
.TagClassName
{
border-color: #8BAD3F;
}
</style>