Shades of Limerick #8BA930
Tints of Limerick #8BA930
RGB
CMYK
RGB Variations
Color information
#8BA930 (or 0x8BA930) is known color: Limerick. HEX triplet: 8B, A9 and 30. RGB value is (139,169,48). Sum of RGB (Red+Green+Blue) = 139+169+48=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA930 is #7456CF. Grayscale: #929292. Windows color (decimal): -7624400 or 3189131. OLE color: 3189131.
HSL color Cylindrical-coordinate representation of color #8BA930: hue angle of 74.88º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BA930 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 48 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.34 |
| HSL | 74.88º | 0.56% | 0.43% | - |
| HSV(B) | 74.88º | 0.72% | 0.66% | - |
| XYZ | 25.37 | 34.08 | 8.04 | - |
| YUV | 146.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 48 | 0.18 | 0 | 0.72 | 0.34 | 74.88 | 0.56 | 0.43 |
| Hex | 8B | A9 | 30 | 12 | 0 | 48 | 22 | 4B | 38 | 2B |
| Octal | 213 | 251 | 60 | 22 | 0 | 110 | 42 | 113 | 70 | 53 |
| Binary | 10001011 | 10101001 | 110000 | 10010 | 0 | 1001000 | 100010 | 1001011 | 111000 | 101011 |
Color Harmonies of #8BA930
Complementary color
Monochromatic Colors of #8BA930
Black with #8BA930
Text Example
Text Example
White with #8BA930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA930; }
p { color: rgb(139,169,48); }
H1.HeaderClassName
{
color: #8BA930;
}
.AnyTagClassName
{
color: #8BA930;
}
</style>
background-color css
<style>
a { background-color: #8BA930; }
a { background-color: rgb(139,169,48); }
div.DivClassName
{
background-color: #8BA930;
}
.BgClassName
{
background-color: #8BA930;
}
</style>
border-color css
<style>
span { border-color: #8BA930; }
span { border-color: rgb(139,169,48); }
td.TdClassName
{
border-color: #8BA930;
}
.TagClassName
{
border-color: #8BA930;
}
</style>