Shades of Limerick #98AD36
Tints of Limerick #98AD36
RGB
CMYK
RGB Variations
Color information
#98AD36 (or 0x98AD36) is known color: Limerick. HEX triplet: 98, AD and 36. RGB value is (152,173,54). Sum of RGB (Red+Green+Blue) = 152+173+54=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD36 is #6752C9. Grayscale: #999999. Windows color (decimal): -6771402 or 3583384. OLE color: 3583384.
HSL color Cylindrical-coordinate representation of color #98AD36: hue angle of 70.59º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98AD36 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 54 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.32 |
| HSL | 70.59º | 0.52% | 0.45% | - |
| HSV(B) | 70.59º | 0.69% | 0.68% | - |
| XYZ | 28.56 | 36.83 | 9.09 | - |
| YUV | 153.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 54 | 0.12 | 0 | 0.69 | 0.32 | 70.59 | 0.52 | 0.45 |
| Hex | 98 | AD | 36 | C | 0 | 45 | 20 | 47 | 34 | 2D |
| Octal | 230 | 255 | 66 | 14 | 0 | 105 | 40 | 107 | 64 | 55 |
| Binary | 10011000 | 10101101 | 110110 | 1100 | 0 | 1000101 | 100000 | 1000111 | 110100 | 101101 |
Color Harmonies of #98AD36
Complementary color
Monochromatic Colors of #98AD36
Black with #98AD36
Text Example
Text Example
White with #98AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD36; }
p { color: rgb(152,173,54); }
H1.HeaderClassName
{
color: #98AD36;
}
.AnyTagClassName
{
color: #98AD36;
}
</style>
background-color css
<style>
a { background-color: #98AD36; }
a { background-color: rgb(152,173,54); }
div.DivClassName
{
background-color: #98AD36;
}
.BgClassName
{
background-color: #98AD36;
}
</style>
border-color css
<style>
span { border-color: #98AD36; }
span { border-color: rgb(152,173,54); }
td.TdClassName
{
border-color: #98AD36;
}
.TagClassName
{
border-color: #98AD36;
}
</style>