Shades of Olivine #98C159
Tints of Olivine #98C159
RGB
CMYK
RGB Variations
Color information
#98C159 (or 0x98C159) is known color: Olivine. HEX triplet: 98, C1 and 59. RGB value is (152,193,89). Sum of RGB (Red+Green+Blue) = 152+193+89=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #98C159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C159 is #673EA6. Grayscale: #A9A9A9. Windows color (decimal): -6766247 or 5882264. OLE color: 5882264.
HSL color Cylindrical-coordinate representation of color #98C159: hue angle of 83.65º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98C159 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 89 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.24 |
| HSL | 83.65º | 0.46% | 0.55% | - |
| HSV(B) | 83.65º | 0.54% | 0.76% | - |
| XYZ | 33.82 | 45.54 | 16.46 | - |
| YUV | 168.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 89 | 0.21 | 0 | 0.54 | 0.24 | 83.65 | 0.46 | 0.55 |
| Hex | 98 | C1 | 59 | 15 | 0 | 36 | 18 | 54 | 2E | 37 |
| Octal | 230 | 301 | 131 | 25 | 0 | 66 | 30 | 124 | 56 | 67 |
| Binary | 10011000 | 11000001 | 1011001 | 10101 | 0 | 110110 | 11000 | 1010100 | 101110 | 110111 |
Color Harmonies of #98C159
Complementary color
Monochromatic Colors of #98C159
Black with #98C159
Text Example
Text Example
White with #98C159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C159; }
p { color: rgb(152,193,89); }
H1.HeaderClassName
{
color: #98C159;
}
.AnyTagClassName
{
color: #98C159;
}
</style>
background-color css
<style>
a { background-color: #98C159; }
a { background-color: rgb(152,193,89); }
div.DivClassName
{
background-color: #98C159;
}
.BgClassName
{
background-color: #98C159;
}
</style>
border-color css
<style>
span { border-color: #98C159; }
span { border-color: rgb(152,193,89); }
td.TdClassName
{
border-color: #98C159;
}
.TagClassName
{
border-color: #98C159;
}
</style>