Shades of Olivine #98C15F
Tints of Olivine #98C15F
RGB
CMYK
RGB Variations
Color information
#98C15F (or 0x98C15F) is known color: Olivine. HEX triplet: 98, C1 and 5F. RGB value is (152,193,95). Sum of RGB (Red+Green+Blue) = 152+193+95=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #98C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C15F is #673EA0. Grayscale: #A9A9A9. Windows color (decimal): -6766241 or 6275480. OLE color: 6275480.
HSL color Cylindrical-coordinate representation of color #98C15F: hue angle of 85.1º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98C15F is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 95 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.24 |
| HSL | 85.1º | 0.44% | 0.56% | - |
| HSV(B) | 85.1º | 0.51% | 0.76% | - |
| XYZ | 34.08 | 45.64 | 17.84 | - |
| YUV | 169.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 95 | 0.21 | 0 | 0.51 | 0.24 | 85.1 | 0.44 | 0.56 |
| Hex | 98 | C1 | 5F | 15 | 0 | 33 | 18 | 55 | 2C | 38 |
| Octal | 230 | 301 | 137 | 25 | 0 | 63 | 30 | 125 | 54 | 70 |
| Binary | 10011000 | 11000001 | 1011111 | 10101 | 0 | 110011 | 11000 | 1010101 | 101100 | 111000 |
Color Harmonies of #98C15F
Complementary color
Monochromatic Colors of #98C15F
Black with #98C15F
Text Example
Text Example
White with #98C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C15F; }
p { color: rgb(152,193,95); }
H1.HeaderClassName
{
color: #98C15F;
}
.AnyTagClassName
{
color: #98C15F;
}
</style>
background-color css
<style>
a { background-color: #98C15F; }
a { background-color: rgb(152,193,95); }
div.DivClassName
{
background-color: #98C15F;
}
.BgClassName
{
background-color: #98C15F;
}
</style>
border-color css
<style>
span { border-color: #98C15F; }
span { border-color: rgb(152,193,95); }
td.TdClassName
{
border-color: #98C15F;
}
.TagClassName
{
border-color: #98C15F;
}
</style>