Shades of Olivine #98D162
Tints of Olivine #98D162
RGB
CMYK
RGB Variations
Color information
#98D162 (or 0x98D162) is known color: Olivine. HEX triplet: 98, D1 and 62. RGB value is (152,209,98). Sum of RGB (Red+Green+Blue) = 152+209+98=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #98D162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D162 is #672E9D. Grayscale: #B3B3B3. Windows color (decimal): -6762142 or 6476184. OLE color: 6476184.
HSL color Cylindrical-coordinate representation of color #98D162: hue angle of 90.81º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98D162 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 98 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.18 |
| HSL | 90.81º | 0.55% | 0.6% | - |
| HSV(B) | 90.81º | 0.53% | 0.82% | - |
| XYZ | 37.95 | 53.16 | 19.82 | - |
| YUV | 179.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 98 | 0.27 | 0 | 0.53 | 0.18 | 90.81 | 0.55 | 0.6 |
| Hex | 98 | D1 | 62 | 1B | 0 | 35 | 12 | 5B | 37 | 3C |
| Octal | 230 | 321 | 142 | 33 | 0 | 65 | 22 | 133 | 67 | 74 |
| Binary | 10011000 | 11010001 | 1100010 | 11011 | 0 | 110101 | 10010 | 1011011 | 110111 | 111100 |
Color Harmonies of #98D162
Complementary color
Monochromatic Colors of #98D162
Black with #98D162
Text Example
Text Example
White with #98D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D162; }
p { color: rgb(152,209,98); }
H1.HeaderClassName
{
color: #98D162;
}
.AnyTagClassName
{
color: #98D162;
}
</style>
background-color css
<style>
a { background-color: #98D162; }
a { background-color: rgb(152,209,98); }
div.DivClassName
{
background-color: #98D162;
}
.BgClassName
{
background-color: #98D162;
}
</style>
border-color css
<style>
span { border-color: #98D162; }
span { border-color: rgb(152,209,98); }
td.TdClassName
{
border-color: #98D162;
}
.TagClassName
{
border-color: #98D162;
}
</style>