Shades of Olivine #98C173
Tints of Olivine #98C173
RGB
CMYK
RGB Variations
Color information
#98C173 (or 0x98C173) is known color: Olivine. HEX triplet: 98, C1 and 73. RGB value is (152,193,115). Sum of RGB (Red+Green+Blue) = 152+193+115=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #98C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C173 is #673E8C. Grayscale: #ACACAC. Windows color (decimal): -6766221 or 7586200. OLE color: 7586200.
HSL color Cylindrical-coordinate representation of color #98C173: hue angle of 91.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C173 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 115 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.24 |
| HSL | 91.54º | 0.39% | 0.6% | - |
| HSV(B) | 91.54º | 0.4% | 0.76% | - |
| XYZ | 35.11 | 46.05 | 23.26 | - |
| YUV | 171.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 115 | 0.21 | 0 | 0.40 | 0.24 | 91.54 | 0.39 | 0.6 |
| Hex | 98 | C1 | 73 | 15 | 0 | 28 | 18 | 5C | 27 | 3C |
| Octal | 230 | 301 | 163 | 25 | 0 | 50 | 30 | 134 | 47 | 74 |
| Binary | 10011000 | 11000001 | 1110011 | 10101 | 0 | 101000 | 11000 | 1011100 | 100111 | 111100 |
Color Harmonies of #98C173
Complementary color
Monochromatic Colors of #98C173
Black with #98C173
Text Example
Text Example
White with #98C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C173; }
p { color: rgb(152,193,115); }
H1.HeaderClassName
{
color: #98C173;
}
.AnyTagClassName
{
color: #98C173;
}
</style>
background-color css
<style>
a { background-color: #98C173; }
a { background-color: rgb(152,193,115); }
div.DivClassName
{
background-color: #98C173;
}
.BgClassName
{
background-color: #98C173;
}
</style>
border-color css
<style>
span { border-color: #98C173; }
span { border-color: rgb(152,193,115); }
td.TdClassName
{
border-color: #98C173;
}
.TagClassName
{
border-color: #98C173;
}
</style>