Shades of Olivine #98C863
Tints of Olivine #98C863
RGB
CMYK
RGB Variations
Color information
#98C863 (or 0x98C863) is known color: Olivine. HEX triplet: 98, C8 and 63. RGB value is (152,200,99). Sum of RGB (Red+Green+Blue) = 152+200+99=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #98C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C863 is #67379C. Grayscale: #AEAEAE. Windows color (decimal): -6764445 or 6539416. OLE color: 6539416.
HSL color Cylindrical-coordinate representation of color #98C863: hue angle of 88.51º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98C863 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 99 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.22 |
| HSL | 88.51º | 0.48% | 0.59% | - |
| HSV(B) | 88.51º | 0.51% | 0.78% | - |
| XYZ | 35.86 | 48.88 | 19.35 | - |
| YUV | 174.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 99 | 0.24 | 0 | 0.50 | 0.22 | 88.51 | 0.48 | 0.59 |
| Hex | 98 | C8 | 63 | 18 | 0 | 32 | 16 | 59 | 30 | 3B |
| Octal | 230 | 310 | 143 | 30 | 0 | 62 | 26 | 131 | 60 | 73 |
| Binary | 10011000 | 11001000 | 1100011 | 11000 | 0 | 110010 | 10110 | 1011001 | 110000 | 111011 |
Color Harmonies of #98C863
Complementary color
Monochromatic Colors of #98C863
Black with #98C863
Text Example
Text Example
White with #98C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C863; }
p { color: rgb(152,200,99); }
H1.HeaderClassName
{
color: #98C863;
}
.AnyTagClassName
{
color: #98C863;
}
</style>
background-color css
<style>
a { background-color: #98C863; }
a { background-color: rgb(152,200,99); }
div.DivClassName
{
background-color: #98C863;
}
.BgClassName
{
background-color: #98C863;
}
</style>
border-color css
<style>
span { border-color: #98C863; }
span { border-color: rgb(152,200,99); }
td.TdClassName
{
border-color: #98C863;
}
.TagClassName
{
border-color: #98C863;
}
</style>