Shades of Limerick #98AC32
Tints of Limerick #98AC32
RGB
CMYK
RGB Variations
Color information
#98AC32 (or 0x98AC32) is known color: Limerick. HEX triplet: 98, AC and 32. RGB value is (152,172,50). Sum of RGB (Red+Green+Blue) = 152+172+50=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AC32 is #6753CD. Grayscale: #989898. Windows color (decimal): -6771662 or 3320984. OLE color: 3320984.
HSL color Cylindrical-coordinate representation of color #98AC32: hue angle of 69.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98AC32 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 172 | 50 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.33 |
| HSL | 69.84º | 0.55% | 0.44% | - |
| HSV(B) | 69.84º | 0.71% | 0.67% | - |
| XYZ | 28.28 | 36.41 | 8.56 | - |
| YUV | 152.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 50 | 0.12 | 0 | 0.71 | 0.33 | 69.84 | 0.55 | 0.44 |
| Hex | 98 | AC | 32 | C | 0 | 47 | 21 | 46 | 37 | 2C |
| Octal | 230 | 254 | 62 | 14 | 0 | 107 | 41 | 106 | 67 | 54 |
| Binary | 10011000 | 10101100 | 110010 | 1100 | 0 | 1000111 | 100001 | 1000110 | 110111 | 101100 |
Color Harmonies of #98AC32
Complementary color
Monochromatic Colors of #98AC32
Black with #98AC32
Text Example
Text Example
White with #98AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AC32; }
p { color: rgb(152,172,50); }
H1.HeaderClassName
{
color: #98AC32;
}
.AnyTagClassName
{
color: #98AC32;
}
</style>
background-color css
<style>
a { background-color: #98AC32; }
a { background-color: rgb(152,172,50); }
div.DivClassName
{
background-color: #98AC32;
}
.BgClassName
{
background-color: #98AC32;
}
</style>
border-color css
<style>
span { border-color: #98AC32; }
span { border-color: rgb(152,172,50); }
td.TdClassName
{
border-color: #98AC32;
}
.TagClassName
{
border-color: #98AC32;
}
</style>