Shades of Olivine #98C358
Tints of Olivine #98C358
RGB
CMYK
RGB Variations
Color information
#98C358 (or 0x98C358) is known color: Olivine. HEX triplet: 98, C3 and 58. RGB value is (152,195,88). Sum of RGB (Red+Green+Blue) = 152+195+88=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #98C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C358 is #673CA7. Grayscale: #AAAAAA. Windows color (decimal): -6765736 or 5817240. OLE color: 5817240.
HSL color Cylindrical-coordinate representation of color #98C358: hue angle of 84.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98C358 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 88 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.24 |
| HSL | 84.11º | 0.47% | 0.55% | - |
| HSV(B) | 84.11º | 0.55% | 0.76% | - |
| XYZ | 34.23 | 46.41 | 16.39 | - |
| YUV | 169.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 88 | 0.22 | 0 | 0.55 | 0.24 | 84.11 | 0.47 | 0.55 |
| Hex | 98 | C3 | 58 | 16 | 0 | 37 | 18 | 54 | 2F | 37 |
| Octal | 230 | 303 | 130 | 26 | 0 | 67 | 30 | 124 | 57 | 67 |
| Binary | 10011000 | 11000011 | 1011000 | 10110 | 0 | 110111 | 11000 | 1010100 | 101111 | 110111 |
Color Harmonies of #98C358
Complementary color
Monochromatic Colors of #98C358
Black with #98C358
Text Example
Text Example
White with #98C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C358; }
p { color: rgb(152,195,88); }
H1.HeaderClassName
{
color: #98C358;
}
.AnyTagClassName
{
color: #98C358;
}
</style>
background-color css
<style>
a { background-color: #98C358; }
a { background-color: rgb(152,195,88); }
div.DivClassName
{
background-color: #98C358;
}
.BgClassName
{
background-color: #98C358;
}
</style>
border-color css
<style>
span { border-color: #98C358; }
span { border-color: rgb(152,195,88); }
td.TdClassName
{
border-color: #98C358;
}
.TagClassName
{
border-color: #98C358;
}
</style>