Shades of Olivine #98CA5B
Tints of Olivine #98CA5B
RGB
CMYK
RGB Variations
Color information
#98CA5B (or 0x98CA5B) is known color: Olivine. HEX triplet: 98, CA and 5B. RGB value is (152,202,91). Sum of RGB (Red+Green+Blue) = 152+202+91=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA5B is #6735A4. Grayscale: #AEAEAE. Windows color (decimal): -6763941 or 6015640. OLE color: 6015640.
HSL color Cylindrical-coordinate representation of color #98CA5B: hue angle of 87.03º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98CA5B is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 91 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.21 |
| HSL | 87.03º | 0.51% | 0.57% | - |
| HSV(B) | 87.03º | 0.55% | 0.79% | - |
| XYZ | 35.96 | 49.67 | 17.59 | - |
| YUV | 174.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 91 | 0.25 | 0 | 0.55 | 0.21 | 87.03 | 0.51 | 0.57 |
| Hex | 98 | CA | 5B | 19 | 0 | 37 | 15 | 57 | 33 | 39 |
| Octal | 230 | 312 | 133 | 31 | 0 | 67 | 25 | 127 | 63 | 71 |
| Binary | 10011000 | 11001010 | 1011011 | 11001 | 0 | 110111 | 10101 | 1010111 | 110011 | 111001 |
Color Harmonies of #98CA5B
Complementary color
Monochromatic Colors of #98CA5B
Black with #98CA5B
Text Example
Text Example
White with #98CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA5B; }
p { color: rgb(152,202,91); }
H1.HeaderClassName
{
color: #98CA5B;
}
.AnyTagClassName
{
color: #98CA5B;
}
</style>
background-color css
<style>
a { background-color: #98CA5B; }
a { background-color: rgb(152,202,91); }
div.DivClassName
{
background-color: #98CA5B;
}
.BgClassName
{
background-color: #98CA5B;
}
</style>
border-color css
<style>
span { border-color: #98CA5B; }
span { border-color: rgb(152,202,91); }
td.TdClassName
{
border-color: #98CA5B;
}
.TagClassName
{
border-color: #98CA5B;
}
</style>