Shades of Limerick #98B92D
Tints of Limerick #98B92D
RGB
CMYK
RGB Variations
Color information
#98B92D (or 0x98B92D) is known color: Limerick. HEX triplet: 98, B9 and 2D. RGB value is (152,185,45). Sum of RGB (Red+Green+Blue) = 152+185+45=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #98B92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B92D is #6746D2. Grayscale: #9F9F9F. Windows color (decimal): -6768339 or 2996632. OLE color: 2996632.
HSL color Cylindrical-coordinate representation of color #98B92D: hue angle of 74.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98B92D is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 45 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.27 |
| HSL | 74.14º | 0.61% | 0.45% | - |
| HSV(B) | 74.14º | 0.76% | 0.73% | - |
| XYZ | 30.77 | 41.56 | 8.88 | - |
| YUV | 159.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 45 | 0.18 | 0 | 0.76 | 0.27 | 74.14 | 0.61 | 0.45 |
| Hex | 98 | B9 | 2D | 12 | 0 | 4C | 1B | 4A | 3D | 2D |
| Octal | 230 | 271 | 55 | 22 | 0 | 114 | 33 | 112 | 75 | 55 |
| Binary | 10011000 | 10111001 | 101101 | 10010 | 0 | 1001100 | 11011 | 1001010 | 111101 | 101101 |
Color Harmonies of #98B92D
Complementary color
Monochromatic Colors of #98B92D
Black with #98B92D
Text Example
Text Example
White with #98B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B92D; }
p { color: rgb(152,185,45); }
H1.HeaderClassName
{
color: #98B92D;
}
.AnyTagClassName
{
color: #98B92D;
}
</style>
background-color css
<style>
a { background-color: #98B92D; }
a { background-color: rgb(152,185,45); }
div.DivClassName
{
background-color: #98B92D;
}
.BgClassName
{
background-color: #98B92D;
}
</style>
border-color css
<style>
span { border-color: #98B92D; }
span { border-color: rgb(152,185,45); }
td.TdClassName
{
border-color: #98B92D;
}
.TagClassName
{
border-color: #98B92D;
}
</style>