Shades of Olivine #98BE64
Tints of Olivine #98BE64
RGB
CMYK
RGB Variations
Color information
#98BE64 (or 0x98BE64) is known color: Olivine. HEX triplet: 98, BE and 64. RGB value is (152,190,100). Sum of RGB (Red+Green+Blue) = 152+190+100=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE64 is #67419B. Grayscale: #A8A8A8. Windows color (decimal): -6767004 or 6602392. OLE color: 6602392.
HSL color Cylindrical-coordinate representation of color #98BE64: hue angle of 85.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98BE64 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 100 | - |
| CMYK | 0.2 | 0 | 0.47 | 0.25 |
| HSL | 85.33º | 0.41% | 0.57% | - |
| HSV(B) | 85.33º | 0.47% | 0.75% | - |
| XYZ | 33.66 | 44.42 | 18.86 | - |
| YUV | 168.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 100 | 0.2 | 0 | 0.47 | 0.25 | 85.33 | 0.41 | 0.57 |
| Hex | 98 | BE | 64 | 14 | 0 | 2F | 19 | 55 | 29 | 39 |
| Octal | 230 | 276 | 144 | 24 | 0 | 57 | 31 | 125 | 51 | 71 |
| Binary | 10011000 | 10111110 | 1100100 | 10100 | 0 | 101111 | 11001 | 1010101 | 101001 | 111001 |
Color Harmonies of #98BE64
Complementary color
Monochromatic Colors of #98BE64
Black with #98BE64
Text Example
Text Example
White with #98BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE64; }
p { color: rgb(152,190,100); }
H1.HeaderClassName
{
color: #98BE64;
}
.AnyTagClassName
{
color: #98BE64;
}
</style>
background-color css
<style>
a { background-color: #98BE64; }
a { background-color: rgb(152,190,100); }
div.DivClassName
{
background-color: #98BE64;
}
.BgClassName
{
background-color: #98BE64;
}
</style>
border-color css
<style>
span { border-color: #98BE64; }
span { border-color: rgb(152,190,100); }
td.TdClassName
{
border-color: #98BE64;
}
.TagClassName
{
border-color: #98BE64;
}
</style>