Shades of Olivine #98C963
Tints of Olivine #98C963
RGB
CMYK
RGB Variations
Color information
#98C963 (or 0x98C963) is known color: Olivine. HEX triplet: 98, C9 and 63. RGB value is (152,201,99). Sum of RGB (Red+Green+Blue) = 152+201+99=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #98C963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C963 is #67369C. Grayscale: #AFAFAF. Windows color (decimal): -6764189 or 6539672. OLE color: 6539672.
HSL color Cylindrical-coordinate representation of color #98C963: hue angle of 88.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98C963 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 99 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.21 |
| HSL | 88.82º | 0.49% | 0.59% | - |
| HSV(B) | 88.82º | 0.51% | 0.79% | - |
| XYZ | 36.09 | 49.35 | 19.43 | - |
| YUV | 174.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 99 | 0.24 | 0 | 0.51 | 0.21 | 88.82 | 0.49 | 0.59 |
| Hex | 98 | C9 | 63 | 18 | 0 | 33 | 15 | 59 | 31 | 3B |
| Octal | 230 | 311 | 143 | 30 | 0 | 63 | 25 | 131 | 61 | 73 |
| Binary | 10011000 | 11001001 | 1100011 | 11000 | 0 | 110011 | 10101 | 1011001 | 110001 | 111011 |
Color Harmonies of #98C963
Complementary color
Monochromatic Colors of #98C963
Black with #98C963
Text Example
Text Example
White with #98C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C963; }
p { color: rgb(152,201,99); }
H1.HeaderClassName
{
color: #98C963;
}
.AnyTagClassName
{
color: #98C963;
}
</style>
background-color css
<style>
a { background-color: #98C963; }
a { background-color: rgb(152,201,99); }
div.DivClassName
{
background-color: #98C963;
}
.BgClassName
{
background-color: #98C963;
}
</style>
border-color css
<style>
span { border-color: #98C963; }
span { border-color: rgb(152,201,99); }
td.TdClassName
{
border-color: #98C963;
}
.TagClassName
{
border-color: #98C963;
}
</style>