Shades of Olivine #98C858
Tints of Olivine #98C858
RGB
CMYK
RGB Variations
Color information
#98C858 (or 0x98C858) is known color: Olivine. HEX triplet: 98, C8 and 58. RGB value is (152,200,88). Sum of RGB (Red+Green+Blue) = 152+200+88=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #98C858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C858 is #6737A7. Grayscale: #ADADAD. Windows color (decimal): -6764456 or 5818520. OLE color: 5818520.
HSL color Cylindrical-coordinate representation of color #98C858: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98C858 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 88 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.22 |
| HSL | 85.71º | 0.5% | 0.56% | - |
| HSV(B) | 85.71º | 0.56% | 0.78% | - |
| XYZ | 35.36 | 48.69 | 16.77 | - |
| YUV | 172.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 88 | 0.24 | 0 | 0.56 | 0.22 | 85.71 | 0.5 | 0.56 |
| Hex | 98 | C8 | 58 | 18 | 0 | 38 | 16 | 56 | 32 | 38 |
| Octal | 230 | 310 | 130 | 30 | 0 | 70 | 26 | 126 | 62 | 70 |
| Binary | 10011000 | 11001000 | 1011000 | 11000 | 0 | 111000 | 10110 | 1010110 | 110010 | 111000 |
Color Harmonies of #98C858
Complementary color
Monochromatic Colors of #98C858
Black with #98C858
Text Example
Text Example
White with #98C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C858; }
p { color: rgb(152,200,88); }
H1.HeaderClassName
{
color: #98C858;
}
.AnyTagClassName
{
color: #98C858;
}
</style>
background-color css
<style>
a { background-color: #98C858; }
a { background-color: rgb(152,200,88); }
div.DivClassName
{
background-color: #98C858;
}
.BgClassName
{
background-color: #98C858;
}
</style>
border-color css
<style>
span { border-color: #98C858; }
span { border-color: rgb(152,200,88); }
td.TdClassName
{
border-color: #98C858;
}
.TagClassName
{
border-color: #98C858;
}
</style>