Shades of Olivine #98C559
Tints of Olivine #98C559
RGB
CMYK
RGB Variations
Color information
#98C559 (or 0x98C559) is known color: Olivine. HEX triplet: 98, C5 and 59. RGB value is (152,197,89). Sum of RGB (Red+Green+Blue) = 152+197+89=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #98C559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C559 is #673AA6. Grayscale: #ABABAB. Windows color (decimal): -6765223 or 5883288. OLE color: 5883288.
HSL color Cylindrical-coordinate representation of color #98C559: hue angle of 85º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98C559 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 89 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.23 |
| HSL | 85º | 0.48% | 0.56% | - |
| HSV(B) | 85º | 0.55% | 0.77% | - |
| XYZ | 34.72 | 47.33 | 16.76 | - |
| YUV | 171.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 89 | 0.23 | 0 | 0.55 | 0.23 | 85 | 0.48 | 0.56 |
| Hex | 98 | C5 | 59 | 17 | 0 | 37 | 17 | 55 | 30 | 38 |
| Octal | 230 | 305 | 131 | 27 | 0 | 67 | 27 | 125 | 60 | 70 |
| Binary | 10011000 | 11000101 | 1011001 | 10111 | 0 | 110111 | 10111 | 1010101 | 110000 | 111000 |
Color Harmonies of #98C559
Complementary color
Monochromatic Colors of #98C559
Black with #98C559
Text Example
Text Example
White with #98C559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C559; }
p { color: rgb(152,197,89); }
H1.HeaderClassName
{
color: #98C559;
}
.AnyTagClassName
{
color: #98C559;
}
</style>
background-color css
<style>
a { background-color: #98C559; }
a { background-color: rgb(152,197,89); }
div.DivClassName
{
background-color: #98C559;
}
.BgClassName
{
background-color: #98C559;
}
</style>
border-color css
<style>
span { border-color: #98C559; }
span { border-color: rgb(152,197,89); }
td.TdClassName
{
border-color: #98C559;
}
.TagClassName
{
border-color: #98C559;
}
</style>