Shades of Limerick #98A73F
Tints of Limerick #98A73F
RGB
CMYK
RGB Variations
Color information
#98A73F (or 0x98A73F) is known color: Limerick. HEX triplet: 98, A7 and 3F. RGB value is (152,167,63). Sum of RGB (Red+Green+Blue) = 152+167+63=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #98A73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A73F is #6758C0. Grayscale: #979797. Windows color (decimal): -6772929 or 4171672. OLE color: 4171672.
HSL color Cylindrical-coordinate representation of color #98A73F: hue angle of 68.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98A73F is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 167 | 63 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.35 |
| HSL | 68.65º | 0.45% | 0.45% | - |
| HSV(B) | 68.65º | 0.62% | 0.65% | - |
| XYZ | 27.66 | 34.67 | 9.94 | - |
| YUV | 150.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 63 | 0.09 | 0 | 0.62 | 0.35 | 68.65 | 0.45 | 0.45 |
| Hex | 98 | A7 | 3F | 9 | 0 | 3E | 23 | 45 | 2D | 2D |
| Octal | 230 | 247 | 77 | 11 | 0 | 76 | 43 | 105 | 55 | 55 |
| Binary | 10011000 | 10100111 | 111111 | 1001 | 0 | 111110 | 100011 | 1000101 | 101101 | 101101 |
Color Harmonies of #98A73F
Complementary color
Monochromatic Colors of #98A73F
Black with #98A73F
Text Example
Text Example
White with #98A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A73F; }
p { color: rgb(152,167,63); }
H1.HeaderClassName
{
color: #98A73F;
}
.AnyTagClassName
{
color: #98A73F;
}
</style>
background-color css
<style>
a { background-color: #98A73F; }
a { background-color: rgb(152,167,63); }
div.DivClassName
{
background-color: #98A73F;
}
.BgClassName
{
background-color: #98A73F;
}
</style>
border-color css
<style>
span { border-color: #98A73F; }
span { border-color: rgb(152,167,63); }
td.TdClassName
{
border-color: #98A73F;
}
.TagClassName
{
border-color: #98A73F;
}
</style>