Shades of Olivine #98CE66
Tints of Olivine #98CE66
RGB
CMYK
RGB Variations
Color information
#98CE66 (or 0x98CE66) is known color: Olivine. HEX triplet: 98, CE and 66. RGB value is (152,206,102). Sum of RGB (Red+Green+Blue) = 152+206+102=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE66 is #673199. Grayscale: #B2B2B2. Windows color (decimal): -6762906 or 6737560. OLE color: 6737560.
HSL color Cylindrical-coordinate representation of color #98CE66: hue angle of 91.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98CE66 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 102 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.19 |
| HSL | 91.15º | 0.51% | 0.6% | - |
| HSV(B) | 91.15º | 0.5% | 0.81% | - |
| XYZ | 37.42 | 51.78 | 20.59 | - |
| YUV | 178 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 102 | 0.26 | 0 | 0.50 | 0.19 | 91.15 | 0.51 | 0.6 |
| Hex | 98 | CE | 66 | 1A | 0 | 32 | 13 | 5B | 33 | 3C |
| Octal | 230 | 316 | 146 | 32 | 0 | 62 | 23 | 133 | 63 | 74 |
| Binary | 10011000 | 11001110 | 1100110 | 11010 | 0 | 110010 | 10011 | 1011011 | 110011 | 111100 |
Color Harmonies of #98CE66
Complementary color
Monochromatic Colors of #98CE66
Black with #98CE66
Text Example
Text Example
White with #98CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE66; }
p { color: rgb(152,206,102); }
H1.HeaderClassName
{
color: #98CE66;
}
.AnyTagClassName
{
color: #98CE66;
}
</style>
background-color css
<style>
a { background-color: #98CE66; }
a { background-color: rgb(152,206,102); }
div.DivClassName
{
background-color: #98CE66;
}
.BgClassName
{
background-color: #98CE66;
}
</style>
border-color css
<style>
span { border-color: #98CE66; }
span { border-color: rgb(152,206,102); }
td.TdClassName
{
border-color: #98CE66;
}
.TagClassName
{
border-color: #98CE66;
}
</style>