Shades of Limerick #98AF32
Tints of Limerick #98AF32
RGB
CMYK
RGB Variations
Color information
#98AF32 (or 0x98AF32) is known color: Limerick. HEX triplet: 98, AF and 32. RGB value is (152,175,50). Sum of RGB (Red+Green+Blue) = 152+175+50=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF32 is #6750CD. Grayscale: #9A9A9A. Windows color (decimal): -6770894 or 3321752. OLE color: 3321752.
HSL color Cylindrical-coordinate representation of color #98AF32: hue angle of 71.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98AF32 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 50 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.31 |
| HSL | 71.04º | 0.56% | 0.44% | - |
| HSV(B) | 71.04º | 0.71% | 0.69% | - |
| XYZ | 28.85 | 37.57 | 8.75 | - |
| YUV | 153.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 50 | 0.13 | 0 | 0.71 | 0.31 | 71.04 | 0.56 | 0.44 |
| Hex | 98 | AF | 32 | D | 0 | 47 | 1F | 47 | 38 | 2C |
| Octal | 230 | 257 | 62 | 15 | 0 | 107 | 37 | 107 | 70 | 54 |
| Binary | 10011000 | 10101111 | 110010 | 1101 | 0 | 1000111 | 11111 | 1000111 | 111000 | 101100 |
Color Harmonies of #98AF32
Complementary color
Monochromatic Colors of #98AF32
Black with #98AF32
Text Example
Text Example
White with #98AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AF32; }
p { color: rgb(152,175,50); }
H1.HeaderClassName
{
color: #98AF32;
}
.AnyTagClassName
{
color: #98AF32;
}
</style>
background-color css
<style>
a { background-color: #98AF32; }
a { background-color: rgb(152,175,50); }
div.DivClassName
{
background-color: #98AF32;
}
.BgClassName
{
background-color: #98AF32;
}
</style>
border-color css
<style>
span { border-color: #98AF32; }
span { border-color: rgb(152,175,50); }
td.TdClassName
{
border-color: #98AF32;
}
.TagClassName
{
border-color: #98AF32;
}
</style>