Shades of Limerick #98AE32
Tints of Limerick #98AE32
RGB
CMYK
RGB Variations
Color information
#98AE32 (or 0x98AE32) is known color: Limerick. HEX triplet: 98, AE and 32. RGB value is (152,174,50). Sum of RGB (Red+Green+Blue) = 152+174+50=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AE32 is #6751CD. Grayscale: #999999. Windows color (decimal): -6771150 or 3321496. OLE color: 3321496.
HSL color Cylindrical-coordinate representation of color #98AE32: hue angle of 70.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98AE32 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 174 | 50 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.32 |
| HSL | 70.65º | 0.55% | 0.44% | - |
| HSV(B) | 70.65º | 0.71% | 0.68% | - |
| XYZ | 28.66 | 37.18 | 8.68 | - |
| YUV | 153.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 50 | 0.13 | 0 | 0.71 | 0.32 | 70.65 | 0.55 | 0.44 |
| Hex | 98 | AE | 32 | D | 0 | 47 | 20 | 47 | 37 | 2C |
| Octal | 230 | 256 | 62 | 15 | 0 | 107 | 40 | 107 | 67 | 54 |
| Binary | 10011000 | 10101110 | 110010 | 1101 | 0 | 1000111 | 100000 | 1000111 | 110111 | 101100 |
Color Harmonies of #98AE32
Complementary color
Monochromatic Colors of #98AE32
Black with #98AE32
Text Example
Text Example
White with #98AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AE32; }
p { color: rgb(152,174,50); }
H1.HeaderClassName
{
color: #98AE32;
}
.AnyTagClassName
{
color: #98AE32;
}
</style>
background-color css
<style>
a { background-color: #98AE32; }
a { background-color: rgb(152,174,50); }
div.DivClassName
{
background-color: #98AE32;
}
.BgClassName
{
background-color: #98AE32;
}
</style>
border-color css
<style>
span { border-color: #98AE32; }
span { border-color: rgb(152,174,50); }
td.TdClassName
{
border-color: #98AE32;
}
.TagClassName
{
border-color: #98AE32;
}
</style>