Shades of Limerick #98A63C
Tints of Limerick #98A63C
RGB
CMYK
RGB Variations
Color information
#98A63C (or 0x98A63C) is known color: Limerick. HEX triplet: 98, A6 and 3C. RGB value is (152,166,60). Sum of RGB (Red+Green+Blue) = 152+166+60=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #98A63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A63C is #6759C3. Grayscale: #969696. Windows color (decimal): -6773188 or 3974808. OLE color: 3974808.
HSL color Cylindrical-coordinate representation of color #98A63C: hue angle of 67.92º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98A63C is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 60 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.35 |
| HSL | 67.92º | 0.47% | 0.44% | - |
| HSV(B) | 67.92º | 0.64% | 0.65% | - |
| XYZ | 27.4 | 34.27 | 9.45 | - |
| YUV | 149.73 | 77.36 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 60 | 0.08 | 0 | 0.64 | 0.35 | 67.92 | 0.47 | 0.44 |
| Hex | 98 | A6 | 3C | 8 | 0 | 40 | 23 | 44 | 2F | 2C |
| Octal | 230 | 246 | 74 | 10 | 0 | 100 | 43 | 104 | 57 | 54 |
| Binary | 10011000 | 10100110 | 111100 | 1000 | 0 | 1000000 | 100011 | 1000100 | 101111 | 101100 |
Color Harmonies of #98A63C
Complementary color
Monochromatic Colors of #98A63C
Black with #98A63C
Text Example
Text Example
White with #98A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A63C; }
p { color: rgb(152,166,60); }
H1.HeaderClassName
{
color: #98A63C;
}
.AnyTagClassName
{
color: #98A63C;
}
</style>
background-color css
<style>
a { background-color: #98A63C; }
a { background-color: rgb(152,166,60); }
div.DivClassName
{
background-color: #98A63C;
}
.BgClassName
{
background-color: #98A63C;
}
</style>
border-color css
<style>
span { border-color: #98A63C; }
span { border-color: rgb(152,166,60); }
td.TdClassName
{
border-color: #98A63C;
}
.TagClassName
{
border-color: #98A63C;
}
</style>