Shades of Olivine #98C36D
Tints of Olivine #98C36D
RGB
CMYK
RGB Variations
Color information
#98C36D (or 0x98C36D) is known color: Olivine. HEX triplet: 98, C3 and 6D. RGB value is (152,195,109). Sum of RGB (Red+Green+Blue) = 152+195+109=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #98C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C36D is #673C92. Grayscale: #ACACAC. Windows color (decimal): -6765715 or 7193496. OLE color: 7193496.
HSL color Cylindrical-coordinate representation of color #98C36D: hue angle of 90º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98C36D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 109 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.24 |
| HSL | 90º | 0.42% | 0.6% | - |
| HSV(B) | 90º | 0.44% | 0.76% | - |
| XYZ | 35.22 | 46.81 | 21.65 | - |
| YUV | 172.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 109 | 0.22 | 0 | 0.44 | 0.24 | 90 | 0.42 | 0.6 |
| Hex | 98 | C3 | 6D | 16 | 0 | 2C | 18 | 5A | 2A | 3C |
| Octal | 230 | 303 | 155 | 26 | 0 | 54 | 30 | 132 | 52 | 74 |
| Binary | 10011000 | 11000011 | 1101101 | 10110 | 0 | 101100 | 11000 | 1011010 | 101010 | 111100 |
Color Harmonies of #98C36D
Complementary color
Monochromatic Colors of #98C36D
Black with #98C36D
Text Example
Text Example
White with #98C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C36D; }
p { color: rgb(152,195,109); }
H1.HeaderClassName
{
color: #98C36D;
}
.AnyTagClassName
{
color: #98C36D;
}
</style>
background-color css
<style>
a { background-color: #98C36D; }
a { background-color: rgb(152,195,109); }
div.DivClassName
{
background-color: #98C36D;
}
.BgClassName
{
background-color: #98C36D;
}
</style>
border-color css
<style>
span { border-color: #98C36D; }
span { border-color: rgb(152,195,109); }
td.TdClassName
{
border-color: #98C36D;
}
.TagClassName
{
border-color: #98C36D;
}
</style>