Shades of Olivine #98BC73
Tints of Olivine #98BC73
RGB
CMYK
RGB Variations
Color information
#98BC73 (or 0x98BC73) is known color: Olivine. HEX triplet: 98, BC and 73. RGB value is (152,188,115). Sum of RGB (Red+Green+Blue) = 152+188+115=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC73 is #67438C. Grayscale: #A9A9A9. Windows color (decimal): -6767501 or 7584920. OLE color: 7584920.
HSL color Cylindrical-coordinate representation of color #98BC73: hue angle of 89.59º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98BC73 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 115 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.26 |
| HSL | 89.59º | 0.35% | 0.59% | - |
| HSV(B) | 89.59º | 0.39% | 0.74% | - |
| XYZ | 34.03 | 43.88 | 22.9 | - |
| YUV | 168.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 115 | 0.19 | 0 | 0.39 | 0.26 | 89.59 | 0.35 | 0.59 |
| Hex | 98 | BC | 73 | 13 | 0 | 27 | 1A | 5A | 23 | 3B |
| Octal | 230 | 274 | 163 | 23 | 0 | 47 | 32 | 132 | 43 | 73 |
| Binary | 10011000 | 10111100 | 1110011 | 10011 | 0 | 100111 | 11010 | 1011010 | 100011 | 111011 |
Color Harmonies of #98BC73
Complementary color
Monochromatic Colors of #98BC73
Black with #98BC73
Text Example
Text Example
White with #98BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC73; }
p { color: rgb(152,188,115); }
H1.HeaderClassName
{
color: #98BC73;
}
.AnyTagClassName
{
color: #98BC73;
}
</style>
background-color css
<style>
a { background-color: #98BC73; }
a { background-color: rgb(152,188,115); }
div.DivClassName
{
background-color: #98BC73;
}
.BgClassName
{
background-color: #98BC73;
}
</style>
border-color css
<style>
span { border-color: #98BC73; }
span { border-color: rgb(152,188,115); }
td.TdClassName
{
border-color: #98BC73;
}
.TagClassName
{
border-color: #98BC73;
}
</style>