Shades of Limerick #98AB37
Tints of Limerick #98AB37
RGB
CMYK
RGB Variations
Color information
#98AB37 (or 0x98AB37) is known color: Limerick. HEX triplet: 98, AB and 37. RGB value is (152,171,55). Sum of RGB (Red+Green+Blue) = 152+171+55=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AB37 is #6754C8. Grayscale: #989898. Windows color (decimal): -6771913 or 3648408. OLE color: 3648408.
HSL color Cylindrical-coordinate representation of color #98AB37: hue angle of 69.83º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98AB37 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 55 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.33 |
| HSL | 69.83º | 0.51% | 0.44% | - |
| HSV(B) | 69.83º | 0.68% | 0.67% | - |
| XYZ | 28.2 | 36.08 | 9.09 | - |
| YUV | 152.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 55 | 0.11 | 0 | 0.68 | 0.33 | 69.83 | 0.51 | 0.44 |
| Hex | 98 | AB | 37 | B | 0 | 44 | 21 | 46 | 33 | 2C |
| Octal | 230 | 253 | 67 | 13 | 0 | 104 | 41 | 106 | 63 | 54 |
| Binary | 10011000 | 10101011 | 110111 | 1011 | 0 | 1000100 | 100001 | 1000110 | 110011 | 101100 |
Color Harmonies of #98AB37
Complementary color
Monochromatic Colors of #98AB37
Black with #98AB37
Text Example
Text Example
White with #98AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AB37; }
p { color: rgb(152,171,55); }
H1.HeaderClassName
{
color: #98AB37;
}
.AnyTagClassName
{
color: #98AB37;
}
</style>
background-color css
<style>
a { background-color: #98AB37; }
a { background-color: rgb(152,171,55); }
div.DivClassName
{
background-color: #98AB37;
}
.BgClassName
{
background-color: #98AB37;
}
</style>
border-color css
<style>
span { border-color: #98AB37; }
span { border-color: rgb(152,171,55); }
td.TdClassName
{
border-color: #98AB37;
}
.TagClassName
{
border-color: #98AB37;
}
</style>