Shades of Limerick #98A632
Tints of Limerick #98A632
RGB
CMYK
RGB Variations
Color information
#98A632 (or 0x98A632) is known color: Limerick. HEX triplet: 98, A6 and 32. RGB value is (152,166,50). Sum of RGB (Red+Green+Blue) = 152+166+50=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #98A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A632 is #6759CD. Grayscale: #959595. Windows color (decimal): -6773198 or 3319448. OLE color: 3319448.
HSL color Cylindrical-coordinate representation of color #98A632: hue angle of 67.24º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98A632 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 50 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.35 |
| HSL | 67.24º | 0.54% | 0.42% | - |
| HSV(B) | 67.24º | 0.7% | 0.65% | - |
| XYZ | 27.16 | 34.18 | 8.18 | - |
| YUV | 148.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 50 | 0.08 | 0 | 0.70 | 0.35 | 67.24 | 0.54 | 0.42 |
| Hex | 98 | A6 | 32 | 8 | 0 | 46 | 23 | 43 | 36 | 2A |
| Octal | 230 | 246 | 62 | 10 | 0 | 106 | 43 | 103 | 66 | 52 |
| Binary | 10011000 | 10100110 | 110010 | 1000 | 0 | 1000110 | 100011 | 1000011 | 110110 | 101010 |
Color Harmonies of #98A632
Complementary color
Monochromatic Colors of #98A632
Black with #98A632
Text Example
Text Example
White with #98A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A632; }
p { color: rgb(152,166,50); }
H1.HeaderClassName
{
color: #98A632;
}
.AnyTagClassName
{
color: #98A632;
}
</style>
background-color css
<style>
a { background-color: #98A632; }
a { background-color: rgb(152,166,50); }
div.DivClassName
{
background-color: #98A632;
}
.BgClassName
{
background-color: #98A632;
}
</style>
border-color css
<style>
span { border-color: #98A632; }
span { border-color: rgb(152,166,50); }
td.TdClassName
{
border-color: #98A632;
}
.TagClassName
{
border-color: #98A632;
}
</style>