Shades of Limerick #98AD38
Tints of Limerick #98AD38
RGB
CMYK
RGB Variations
Color information
#98AD38 (or 0x98AD38) is known color: Limerick. HEX triplet: 98, AD and 38. RGB value is (152,173,56). Sum of RGB (Red+Green+Blue) = 152+173+56=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD38 is #6752C7. Grayscale: #999999. Windows color (decimal): -6771400 or 3714456. OLE color: 3714456.
HSL color Cylindrical-coordinate representation of color #98AD38: hue angle of 70.77º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98AD38 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 56 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.32 |
| HSL | 70.77º | 0.51% | 0.45% | - |
| HSV(B) | 70.77º | 0.68% | 0.68% | - |
| XYZ | 28.61 | 36.85 | 9.35 | - |
| YUV | 153.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 56 | 0.12 | 0 | 0.68 | 0.32 | 70.77 | 0.51 | 0.45 |
| Hex | 98 | AD | 38 | C | 0 | 44 | 20 | 47 | 33 | 2D |
| Octal | 230 | 255 | 70 | 14 | 0 | 104 | 40 | 107 | 63 | 55 |
| Binary | 10011000 | 10101101 | 111000 | 1100 | 0 | 1000100 | 100000 | 1000111 | 110011 | 101101 |
Color Harmonies of #98AD38
Complementary color
Monochromatic Colors of #98AD38
Black with #98AD38
Text Example
Text Example
White with #98AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD38; }
p { color: rgb(152,173,56); }
H1.HeaderClassName
{
color: #98AD38;
}
.AnyTagClassName
{
color: #98AD38;
}
</style>
background-color css
<style>
a { background-color: #98AD38; }
a { background-color: rgb(152,173,56); }
div.DivClassName
{
background-color: #98AD38;
}
.BgClassName
{
background-color: #98AD38;
}
</style>
border-color css
<style>
span { border-color: #98AD38; }
span { border-color: rgb(152,173,56); }
td.TdClassName
{
border-color: #98AD38;
}
.TagClassName
{
border-color: #98AD38;
}
</style>