Shades of Olivine #98BC63
Tints of Olivine #98BC63
RGB
CMYK
RGB Variations
Color information
#98BC63 (or 0x98BC63) is known color: Olivine. HEX triplet: 98, BC and 63. RGB value is (152,188,99). Sum of RGB (Red+Green+Blue) = 152+188+99=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC63 is #67439C. Grayscale: #A7A7A7. Windows color (decimal): -6767517 or 6536344. OLE color: 6536344.
HSL color Cylindrical-coordinate representation of color #98BC63: hue angle of 84.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98BC63 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 99 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.26 |
| HSL | 84.27º | 0.4% | 0.56% | - |
| HSV(B) | 84.27º | 0.47% | 0.74% | - |
| XYZ | 33.18 | 43.54 | 18.46 | - |
| YUV | 167.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 99 | 0.19 | 0 | 0.47 | 0.26 | 84.27 | 0.4 | 0.56 |
| Hex | 98 | BC | 63 | 13 | 0 | 2F | 1A | 54 | 28 | 38 |
| Octal | 230 | 274 | 143 | 23 | 0 | 57 | 32 | 124 | 50 | 70 |
| Binary | 10011000 | 10111100 | 1100011 | 10011 | 0 | 101111 | 11010 | 1010100 | 101000 | 111000 |
Color Harmonies of #98BC63
Complementary color
Monochromatic Colors of #98BC63
Black with #98BC63
Text Example
Text Example
White with #98BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC63; }
p { color: rgb(152,188,99); }
H1.HeaderClassName
{
color: #98BC63;
}
.AnyTagClassName
{
color: #98BC63;
}
</style>
background-color css
<style>
a { background-color: #98BC63; }
a { background-color: rgb(152,188,99); }
div.DivClassName
{
background-color: #98BC63;
}
.BgClassName
{
background-color: #98BC63;
}
</style>
border-color css
<style>
span { border-color: #98BC63; }
span { border-color: rgb(152,188,99); }
td.TdClassName
{
border-color: #98BC63;
}
.TagClassName
{
border-color: #98BC63;
}
</style>