Shades of Olivine #98BE62
Tints of Olivine #98BE62
RGB
CMYK
RGB Variations
Color information
#98BE62 (or 0x98BE62) is known color: Olivine. HEX triplet: 98, BE and 62. RGB value is (152,190,98). Sum of RGB (Red+Green+Blue) = 152+190+98=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE62 is #67419D. Grayscale: #A8A8A8. Windows color (decimal): -6767006 or 6471320. OLE color: 6471320.
HSL color Cylindrical-coordinate representation of color #98BE62: hue angle of 84.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98BE62 is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 98 | - |
| CMYK | 0.2 | 0 | 0.48 | 0.25 |
| HSL | 84.78º | 0.41% | 0.56% | - |
| HSV(B) | 84.78º | 0.48% | 0.75% | - |
| XYZ | 33.57 | 44.38 | 18.35 | - |
| YUV | 168.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 98 | 0.2 | 0 | 0.48 | 0.25 | 84.78 | 0.41 | 0.56 |
| Hex | 98 | BE | 62 | 14 | 0 | 30 | 19 | 55 | 29 | 38 |
| Octal | 230 | 276 | 142 | 24 | 0 | 60 | 31 | 125 | 51 | 70 |
| Binary | 10011000 | 10111110 | 1100010 | 10100 | 0 | 110000 | 11001 | 1010101 | 101001 | 111000 |
Color Harmonies of #98BE62
Complementary color
Monochromatic Colors of #98BE62
Black with #98BE62
Text Example
Text Example
White with #98BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE62; }
p { color: rgb(152,190,98); }
H1.HeaderClassName
{
color: #98BE62;
}
.AnyTagClassName
{
color: #98BE62;
}
</style>
background-color css
<style>
a { background-color: #98BE62; }
a { background-color: rgb(152,190,98); }
div.DivClassName
{
background-color: #98BE62;
}
.BgClassName
{
background-color: #98BE62;
}
</style>
border-color css
<style>
span { border-color: #98BE62; }
span { border-color: rgb(152,190,98); }
td.TdClassName
{
border-color: #98BE62;
}
.TagClassName
{
border-color: #98BE62;
}
</style>