Shades of Olivine #98C859
Tints of Olivine #98C859
RGB
CMYK
RGB Variations
Color information
#98C859 (or 0x98C859) is known color: Olivine. HEX triplet: 98, C8 and 59. RGB value is (152,200,89). Sum of RGB (Red+Green+Blue) = 152+200+89=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #98C859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C859 is #6737A6. Grayscale: #ADADAD. Windows color (decimal): -6764455 or 5884056. OLE color: 5884056.
HSL color Cylindrical-coordinate representation of color #98C859: hue angle of 85.95º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98C859 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 89 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.22 |
| HSL | 85.95º | 0.5% | 0.57% | - |
| HSV(B) | 85.95º | 0.56% | 0.78% | - |
| XYZ | 35.41 | 48.71 | 16.99 | - |
| YUV | 172.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 89 | 0.24 | 0 | 0.56 | 0.22 | 85.95 | 0.5 | 0.57 |
| Hex | 98 | C8 | 59 | 18 | 0 | 38 | 16 | 56 | 32 | 39 |
| Octal | 230 | 310 | 131 | 30 | 0 | 70 | 26 | 126 | 62 | 71 |
| Binary | 10011000 | 11001000 | 1011001 | 11000 | 0 | 111000 | 10110 | 1010110 | 110010 | 111001 |
Color Harmonies of #98C859
Complementary color
Monochromatic Colors of #98C859
Black with #98C859
Text Example
Text Example
White with #98C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C859; }
p { color: rgb(152,200,89); }
H1.HeaderClassName
{
color: #98C859;
}
.AnyTagClassName
{
color: #98C859;
}
</style>
background-color css
<style>
a { background-color: #98C859; }
a { background-color: rgb(152,200,89); }
div.DivClassName
{
background-color: #98C859;
}
.BgClassName
{
background-color: #98C859;
}
</style>
border-color css
<style>
span { border-color: #98C859; }
span { border-color: rgb(152,200,89); }
td.TdClassName
{
border-color: #98C859;
}
.TagClassName
{
border-color: #98C859;
}
</style>