Shades of Olivine #98CE65
Tints of Olivine #98CE65
RGB
CMYK
RGB Variations
Color information
#98CE65 (or 0x98CE65) is known color: Olivine. HEX triplet: 98, CE and 65. RGB value is (152,206,101). Sum of RGB (Red+Green+Blue) = 152+206+101=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE65 is #67319A. Grayscale: #B2B2B2. Windows color (decimal): -6762907 or 6672024. OLE color: 6672024.
HSL color Cylindrical-coordinate representation of color #98CE65: hue angle of 90.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98CE65 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 101 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.19 |
| HSL | 90.86º | 0.52% | 0.6% | - |
| HSV(B) | 90.86º | 0.51% | 0.81% | - |
| XYZ | 37.37 | 51.76 | 20.33 | - |
| YUV | 177.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 101 | 0.26 | 0 | 0.51 | 0.19 | 90.86 | 0.52 | 0.6 |
| Hex | 98 | CE | 65 | 1A | 0 | 33 | 13 | 5B | 34 | 3C |
| Octal | 230 | 316 | 145 | 32 | 0 | 63 | 23 | 133 | 64 | 74 |
| Binary | 10011000 | 11001110 | 1100101 | 11010 | 0 | 110011 | 10011 | 1011011 | 110100 | 111100 |
Color Harmonies of #98CE65
Complementary color
Monochromatic Colors of #98CE65
Black with #98CE65
Text Example
Text Example
White with #98CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE65; }
p { color: rgb(152,206,101); }
H1.HeaderClassName
{
color: #98CE65;
}
.AnyTagClassName
{
color: #98CE65;
}
</style>
background-color css
<style>
a { background-color: #98CE65; }
a { background-color: rgb(152,206,101); }
div.DivClassName
{
background-color: #98CE65;
}
.BgClassName
{
background-color: #98CE65;
}
</style>
border-color css
<style>
span { border-color: #98CE65; }
span { border-color: rgb(152,206,101); }
td.TdClassName
{
border-color: #98CE65;
}
.TagClassName
{
border-color: #98CE65;
}
</style>