Shades of Limerick #98AD21
Tints of Limerick #98AD21
RGB
CMYK
RGB Variations
Color information
#98AD21 (or 0x98AD21) is known color: Limerick. HEX triplet: 98, AD and 21. RGB value is (152,173,33). Sum of RGB (Red+Green+Blue) = 152+173+33=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD21 is #6752DE. Grayscale: #979797. Windows color (decimal): -6771423 or 2207128. OLE color: 2207128.
HSL color Cylindrical-coordinate representation of color #98AD21: hue angle of 69º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98AD21 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 33 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.32 |
| HSL | 69º | 0.68% | 0.4% | - |
| HSV(B) | 69º | 0.81% | 0.68% | - |
| XYZ | 28.17 | 36.67 | 7.03 | - |
| YUV | 150.76 | 61.54 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 33 | 0.12 | 0 | 0.81 | 0.32 | 69 | 0.68 | 0.4 |
| Hex | 98 | AD | 21 | C | 0 | 51 | 20 | 45 | 44 | 28 |
| Octal | 230 | 255 | 41 | 14 | 0 | 121 | 40 | 105 | 104 | 50 |
| Binary | 10011000 | 10101101 | 100001 | 1100 | 0 | 1010001 | 100000 | 1000101 | 1000100 | 101000 |
Color Harmonies of #98AD21
Complementary color
Monochromatic Colors of #98AD21
Black with #98AD21
Text Example
Text Example
White with #98AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD21; }
p { color: rgb(152,173,33); }
H1.HeaderClassName
{
color: #98AD21;
}
.AnyTagClassName
{
color: #98AD21;
}
</style>
background-color css
<style>
a { background-color: #98AD21; }
a { background-color: rgb(152,173,33); }
div.DivClassName
{
background-color: #98AD21;
}
.BgClassName
{
background-color: #98AD21;
}
</style>
border-color css
<style>
span { border-color: #98AD21; }
span { border-color: rgb(152,173,33); }
td.TdClassName
{
border-color: #98AD21;
}
.TagClassName
{
border-color: #98AD21;
}
</style>