Shades of Olivine #98CC5D
Tints of Olivine #98CC5D
RGB
CMYK
RGB Variations
Color information
#98CC5D (or 0x98CC5D) is known color: Olivine. HEX triplet: 98, CC and 5D. RGB value is (152,204,93). Sum of RGB (Red+Green+Blue) = 152+204+93=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC5D is #6733A2. Grayscale: #B0B0B0. Windows color (decimal): -6763427 or 6147224. OLE color: 6147224.
HSL color Cylindrical-coordinate representation of color #98CC5D: hue angle of 88.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98CC5D is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 93 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.2 |
| HSL | 88.11º | 0.52% | 0.58% | - |
| HSV(B) | 88.11º | 0.54% | 0.8% | - |
| XYZ | 36.52 | 50.65 | 18.21 | - |
| YUV | 175.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 93 | 0.25 | 0 | 0.54 | 0.2 | 88.11 | 0.52 | 0.58 |
| Hex | 98 | CC | 5D | 19 | 0 | 36 | 14 | 58 | 34 | 3A |
| Octal | 230 | 314 | 135 | 31 | 0 | 66 | 24 | 130 | 64 | 72 |
| Binary | 10011000 | 11001100 | 1011101 | 11001 | 0 | 110110 | 10100 | 1011000 | 110100 | 111010 |
Color Harmonies of #98CC5D
Complementary color
Monochromatic Colors of #98CC5D
Black with #98CC5D
Text Example
Text Example
White with #98CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CC5D; }
p { color: rgb(152,204,93); }
H1.HeaderClassName
{
color: #98CC5D;
}
.AnyTagClassName
{
color: #98CC5D;
}
</style>
background-color css
<style>
a { background-color: #98CC5D; }
a { background-color: rgb(152,204,93); }
div.DivClassName
{
background-color: #98CC5D;
}
.BgClassName
{
background-color: #98CC5D;
}
</style>
border-color css
<style>
span { border-color: #98CC5D; }
span { border-color: rgb(152,204,93); }
td.TdClassName
{
border-color: #98CC5D;
}
.TagClassName
{
border-color: #98CC5D;
}
</style>