Shades of Limerick #8BA733
Tints of Limerick #8BA733
RGB
CMYK
RGB Variations
Color information
#8BA733 (or 0x8BA733) is known color: Limerick. HEX triplet: 8B, A7 and 33. RGB value is (139,167,51). Sum of RGB (Red+Green+Blue) = 139+167+51=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA733 is #7458CC. Grayscale: #919191. Windows color (decimal): -7624909 or 3385227. OLE color: 3385227.
HSL color Cylindrical-coordinate representation of color #8BA733: hue angle of 74.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BA733 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 51 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.35 |
| HSL | 74.48º | 0.53% | 0.43% | - |
| HSV(B) | 74.48º | 0.69% | 0.65% | - |
| XYZ | 25.06 | 33.37 | 8.25 | - |
| YUV | 145.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 51 | 0.17 | 0 | 0.69 | 0.35 | 74.48 | 0.53 | 0.43 |
| Hex | 8B | A7 | 33 | 11 | 0 | 45 | 23 | 4A | 35 | 2B |
| Octal | 213 | 247 | 63 | 21 | 0 | 105 | 43 | 112 | 65 | 53 |
| Binary | 10001011 | 10100111 | 110011 | 10001 | 0 | 1000101 | 100011 | 1001010 | 110101 | 101011 |
Color Harmonies of #8BA733
Complementary color
Monochromatic Colors of #8BA733
Black with #8BA733
Text Example
Text Example
White with #8BA733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA733; }
p { color: rgb(139,167,51); }
H1.HeaderClassName
{
color: #8BA733;
}
.AnyTagClassName
{
color: #8BA733;
}
</style>
background-color css
<style>
a { background-color: #8BA733; }
a { background-color: rgb(139,167,51); }
div.DivClassName
{
background-color: #8BA733;
}
.BgClassName
{
background-color: #8BA733;
}
</style>
border-color css
<style>
span { border-color: #8BA733; }
span { border-color: rgb(139,167,51); }
td.TdClassName
{
border-color: #8BA733;
}
.TagClassName
{
border-color: #8BA733;
}
</style>