Shades of Olivine #98BC64
Tints of Olivine #98BC64
RGB
CMYK
RGB Variations
Color information
#98BC64 (or 0x98BC64) is known color: Olivine. HEX triplet: 98, BC and 64. RGB value is (152,188,100). Sum of RGB (Red+Green+Blue) = 152+188+100=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC64 is #67439B. Grayscale: #A7A7A7. Windows color (decimal): -6767516 or 6601880. OLE color: 6601880.
HSL color Cylindrical-coordinate representation of color #98BC64: hue angle of 84.55º 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 #98BC64 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 100 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.26 |
| HSL | 84.55º | 0.4% | 0.56% | - |
| HSV(B) | 84.55º | 0.47% | 0.74% | - |
| XYZ | 33.23 | 43.56 | 18.71 | - |
| YUV | 167.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 100 | 0.19 | 0 | 0.47 | 0.26 | 84.55 | 0.4 | 0.56 |
| Hex | 98 | BC | 64 | 13 | 0 | 2F | 1A | 55 | 28 | 38 |
| Octal | 230 | 274 | 144 | 23 | 0 | 57 | 32 | 125 | 50 | 70 |
| Binary | 10011000 | 10111100 | 1100100 | 10011 | 0 | 101111 | 11010 | 1010101 | 101000 | 111000 |
Color Harmonies of #98BC64
Complementary color
Monochromatic Colors of #98BC64
Black with #98BC64
Text Example
Text Example
White with #98BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC64; }
p { color: rgb(152,188,100); }
H1.HeaderClassName
{
color: #98BC64;
}
.AnyTagClassName
{
color: #98BC64;
}
</style>
background-color css
<style>
a { background-color: #98BC64; }
a { background-color: rgb(152,188,100); }
div.DivClassName
{
background-color: #98BC64;
}
.BgClassName
{
background-color: #98BC64;
}
</style>
border-color css
<style>
span { border-color: #98BC64; }
span { border-color: rgb(152,188,100); }
td.TdClassName
{
border-color: #98BC64;
}
.TagClassName
{
border-color: #98BC64;
}
</style>