Shades of Olivine #98BC65
Tints of Olivine #98BC65
RGB
CMYK
RGB Variations
Color information
#98BC65 (or 0x98BC65) is known color: Olivine. HEX triplet: 98, BC and 65. RGB value is (152,188,101). Sum of RGB (Red+Green+Blue) = 152+188+101=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC65 is #67439A. Grayscale: #A7A7A7. Windows color (decimal): -6767515 or 6667416. OLE color: 6667416.
HSL color Cylindrical-coordinate representation of color #98BC65: hue angle of 84.83º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98BC65 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 101 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.26 |
| HSL | 84.83º | 0.39% | 0.57% | - |
| HSV(B) | 84.83º | 0.46% | 0.74% | - |
| XYZ | 33.28 | 43.58 | 18.97 | - |
| YUV | 167.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 101 | 0.19 | 0 | 0.46 | 0.26 | 84.83 | 0.39 | 0.57 |
| Hex | 98 | BC | 65 | 13 | 0 | 2E | 1A | 55 | 27 | 39 |
| Octal | 230 | 274 | 145 | 23 | 0 | 56 | 32 | 125 | 47 | 71 |
| Binary | 10011000 | 10111100 | 1100101 | 10011 | 0 | 101110 | 11010 | 1010101 | 100111 | 111001 |
Color Harmonies of #98BC65
Complementary color
Monochromatic Colors of #98BC65
Black with #98BC65
Text Example
Text Example
White with #98BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC65; }
p { color: rgb(152,188,101); }
H1.HeaderClassName
{
color: #98BC65;
}
.AnyTagClassName
{
color: #98BC65;
}
</style>
background-color css
<style>
a { background-color: #98BC65; }
a { background-color: rgb(152,188,101); }
div.DivClassName
{
background-color: #98BC65;
}
.BgClassName
{
background-color: #98BC65;
}
</style>
border-color css
<style>
span { border-color: #98BC65; }
span { border-color: rgb(152,188,101); }
td.TdClassName
{
border-color: #98BC65;
}
.TagClassName
{
border-color: #98BC65;
}
</style>