Shades of Limerick #8BA934
Tints of Limerick #8BA934
RGB
CMYK
RGB Variations
Color information
#8BA934 (or 0x8BA934) is known color: Limerick. HEX triplet: 8B, A9 and 34. RGB value is (139,169,52). Sum of RGB (Red+Green+Blue) = 139+169+52=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA934 is #7456CB. Grayscale: #939393. Windows color (decimal): -7624396 or 3451275. OLE color: 3451275.
HSL color Cylindrical-coordinate representation of color #8BA934: hue angle of 75.38º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BA934 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 52 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.34 |
| HSL | 75.38º | 0.53% | 0.43% | - |
| HSV(B) | 75.38º | 0.69% | 0.66% | - |
| XYZ | 25.46 | 34.11 | 8.49 | - |
| YUV | 146.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 52 | 0.18 | 0 | 0.69 | 0.34 | 75.38 | 0.53 | 0.43 |
| Hex | 8B | A9 | 34 | 12 | 0 | 45 | 22 | 4B | 35 | 2B |
| Octal | 213 | 251 | 64 | 22 | 0 | 105 | 42 | 113 | 65 | 53 |
| Binary | 10001011 | 10101001 | 110100 | 10010 | 0 | 1000101 | 100010 | 1001011 | 110101 | 101011 |
Color Harmonies of #8BA934
Complementary color
Monochromatic Colors of #8BA934
Black with #8BA934
Text Example
Text Example
White with #8BA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA934; }
p { color: rgb(139,169,52); }
H1.HeaderClassName
{
color: #8BA934;
}
.AnyTagClassName
{
color: #8BA934;
}
</style>
background-color css
<style>
a { background-color: #8BA934; }
a { background-color: rgb(139,169,52); }
div.DivClassName
{
background-color: #8BA934;
}
.BgClassName
{
background-color: #8BA934;
}
</style>
border-color css
<style>
span { border-color: #8BA934; }
span { border-color: rgb(139,169,52); }
td.TdClassName
{
border-color: #8BA934;
}
.TagClassName
{
border-color: #8BA934;
}
</style>