Shades of Limerick #98BA27
Tints of Limerick #98BA27
RGB
CMYK
RGB Variations
Color information
#98BA27 (or 0x98BA27) is known color: Limerick. HEX triplet: 98, BA and 27. RGB value is (152,186,39). Sum of RGB (Red+Green+Blue) = 152+186+39=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA27 is #6745D8. Grayscale: #9F9F9F. Windows color (decimal): -6768089 or 2603672. OLE color: 2603672.
HSL color Cylindrical-coordinate representation of color #98BA27: hue angle of 73.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98BA27 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 39 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.27 |
| HSL | 73.88º | 0.65% | 0.44% | - |
| HSV(B) | 73.88º | 0.79% | 0.73% | - |
| XYZ | 30.87 | 41.94 | 8.39 | - |
| YUV | 159.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 39 | 0.18 | 0 | 0.79 | 0.27 | 73.88 | 0.65 | 0.44 |
| Hex | 98 | BA | 27 | 12 | 0 | 4F | 1B | 4A | 41 | 2C |
| Octal | 230 | 272 | 47 | 22 | 0 | 117 | 33 | 112 | 101 | 54 |
| Binary | 10011000 | 10111010 | 100111 | 10010 | 0 | 1001111 | 11011 | 1001010 | 1000001 | 101100 |
Color Harmonies of #98BA27
Complementary color
Monochromatic Colors of #98BA27
Black with #98BA27
Text Example
Text Example
White with #98BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA27; }
p { color: rgb(152,186,39); }
H1.HeaderClassName
{
color: #98BA27;
}
.AnyTagClassName
{
color: #98BA27;
}
</style>
background-color css
<style>
a { background-color: #98BA27; }
a { background-color: rgb(152,186,39); }
div.DivClassName
{
background-color: #98BA27;
}
.BgClassName
{
background-color: #98BA27;
}
</style>
border-color css
<style>
span { border-color: #98BA27; }
span { border-color: rgb(152,186,39); }
td.TdClassName
{
border-color: #98BA27;
}
.TagClassName
{
border-color: #98BA27;
}
</style>