Shades of Limerick #98B03B
Tints of Limerick #98B03B
RGB
CMYK
RGB Variations
Color information
#98B03B (or 0x98B03B) is known color: Limerick. HEX triplet: 98, B0 and 3B. RGB value is (152,176,59). Sum of RGB (Red+Green+Blue) = 152+176+59=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #98B03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B03B is #674FC4. Grayscale: #9B9B9B. Windows color (decimal): -6770629 or 3911832. OLE color: 3911832.
HSL color Cylindrical-coordinate representation of color #98B03B: hue angle of 72.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98B03B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 176 | 59 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.31 |
| HSL | 72.31º | 0.5% | 0.46% | - |
| HSV(B) | 72.31º | 0.66% | 0.69% | - |
| XYZ | 29.26 | 38.04 | 9.94 | - |
| YUV | 155.49 | 73.55 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 176 | 59 | 0.14 | 0 | 0.66 | 0.31 | 72.31 | 0.5 | 0.46 |
| Hex | 98 | B0 | 3B | E | 0 | 42 | 1F | 48 | 32 | 2E |
| Octal | 230 | 260 | 73 | 16 | 0 | 102 | 37 | 110 | 62 | 56 |
| Binary | 10011000 | 10110000 | 111011 | 1110 | 0 | 1000010 | 11111 | 1001000 | 110010 | 101110 |
Color Harmonies of #98B03B
Complementary color
Monochromatic Colors of #98B03B
Black with #98B03B
Text Example
Text Example
White with #98B03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B03B; }
p { color: rgb(152,176,59); }
H1.HeaderClassName
{
color: #98B03B;
}
.AnyTagClassName
{
color: #98B03B;
}
</style>
background-color css
<style>
a { background-color: #98B03B; }
a { background-color: rgb(152,176,59); }
div.DivClassName
{
background-color: #98B03B;
}
.BgClassName
{
background-color: #98B03B;
}
</style>
border-color css
<style>
span { border-color: #98B03B; }
span { border-color: rgb(152,176,59); }
td.TdClassName
{
border-color: #98B03B;
}
.TagClassName
{
border-color: #98B03B;
}
</style>