Shades of Olivine #98C15C
Tints of Olivine #98C15C
RGB
CMYK
RGB Variations
Color information
#98C15C (or 0x98C15C) is known color: Olivine. HEX triplet: 98, C1 and 5C. RGB value is (152,193,92). Sum of RGB (Red+Green+Blue) = 152+193+92=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #98C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C15C is #673EA3. Grayscale: #A9A9A9. Windows color (decimal): -6766244 or 6078872. OLE color: 6078872.
HSL color Cylindrical-coordinate representation of color #98C15C: hue angle of 84.36º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98C15C is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 92 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.24 |
| HSL | 84.36º | 0.45% | 0.56% | - |
| HSV(B) | 84.36º | 0.52% | 0.76% | - |
| XYZ | 33.95 | 45.59 | 17.14 | - |
| YUV | 169.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 92 | 0.21 | 0 | 0.52 | 0.24 | 84.36 | 0.45 | 0.56 |
| Hex | 98 | C1 | 5C | 15 | 0 | 34 | 18 | 54 | 2D | 38 |
| Octal | 230 | 301 | 134 | 25 | 0 | 64 | 30 | 124 | 55 | 70 |
| Binary | 10011000 | 11000001 | 1011100 | 10101 | 0 | 110100 | 11000 | 1010100 | 101101 | 111000 |
Color Harmonies of #98C15C
Complementary color
Monochromatic Colors of #98C15C
Black with #98C15C
Text Example
Text Example
White with #98C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C15C; }
p { color: rgb(152,193,92); }
H1.HeaderClassName
{
color: #98C15C;
}
.AnyTagClassName
{
color: #98C15C;
}
</style>
background-color css
<style>
a { background-color: #98C15C; }
a { background-color: rgb(152,193,92); }
div.DivClassName
{
background-color: #98C15C;
}
.BgClassName
{
background-color: #98C15C;
}
</style>
border-color css
<style>
span { border-color: #98C15C; }
span { border-color: rgb(152,193,92); }
td.TdClassName
{
border-color: #98C15C;
}
.TagClassName
{
border-color: #98C15C;
}
</style>