Shades of Limerick #98AD31
Tints of Limerick #98AD31
RGB
CMYK
RGB Variations
Color information
#98AD31 (or 0x98AD31) is known color: Limerick. HEX triplet: 98, AD and 31. RGB value is (152,173,49). Sum of RGB (Red+Green+Blue) = 152+173+49=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD31 is #6752CE. Grayscale: #999999. Windows color (decimal): -6771407 or 3255704. OLE color: 3255704.
HSL color Cylindrical-coordinate representation of color #98AD31: hue angle of 70.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98AD31 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 49 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.32 |
| HSL | 70.16º | 0.56% | 0.44% | - |
| HSV(B) | 70.16º | 0.72% | 0.68% | - |
| XYZ | 28.45 | 36.78 | 8.51 | - |
| YUV | 152.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 49 | 0.12 | 0 | 0.72 | 0.32 | 70.16 | 0.56 | 0.44 |
| Hex | 98 | AD | 31 | C | 0 | 48 | 20 | 46 | 38 | 2C |
| Octal | 230 | 255 | 61 | 14 | 0 | 110 | 40 | 106 | 70 | 54 |
| Binary | 10011000 | 10101101 | 110001 | 1100 | 0 | 1001000 | 100000 | 1000110 | 111000 | 101100 |
Color Harmonies of #98AD31
Complementary color
Monochromatic Colors of #98AD31
Black with #98AD31
Text Example
Text Example
White with #98AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD31; }
p { color: rgb(152,173,49); }
H1.HeaderClassName
{
color: #98AD31;
}
.AnyTagClassName
{
color: #98AD31;
}
</style>
background-color css
<style>
a { background-color: #98AD31; }
a { background-color: rgb(152,173,49); }
div.DivClassName
{
background-color: #98AD31;
}
.BgClassName
{
background-color: #98AD31;
}
</style>
border-color css
<style>
span { border-color: #98AD31; }
span { border-color: rgb(152,173,49); }
td.TdClassName
{
border-color: #98AD31;
}
.TagClassName
{
border-color: #98AD31;
}
</style>