Shades of Olivine #98BC5C
Tints of Olivine #98BC5C
RGB
CMYK
RGB Variations
Color information
#98BC5C (or 0x98BC5C) is known color: Olivine. HEX triplet: 98, BC and 5C. RGB value is (152,188,92). Sum of RGB (Red+Green+Blue) = 152+188+92=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC5C is #6743A3. Grayscale: #A6A6A6. Windows color (decimal): -6767524 or 6077592. OLE color: 6077592.
HSL color Cylindrical-coordinate representation of color #98BC5C: hue angle of 82.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98BC5C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 92 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.26 |
| HSL | 82.5º | 0.42% | 0.55% | - |
| HSV(B) | 82.5º | 0.51% | 0.74% | - |
| XYZ | 32.86 | 43.41 | 16.77 | - |
| YUV | 166.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 92 | 0.19 | 0 | 0.51 | 0.26 | 82.5 | 0.42 | 0.55 |
| Hex | 98 | BC | 5C | 13 | 0 | 33 | 1A | 52 | 2A | 37 |
| Octal | 230 | 274 | 134 | 23 | 0 | 63 | 32 | 122 | 52 | 67 |
| Binary | 10011000 | 10111100 | 1011100 | 10011 | 0 | 110011 | 11010 | 1010010 | 101010 | 110111 |
Color Harmonies of #98BC5C
Complementary color
Monochromatic Colors of #98BC5C
Black with #98BC5C
Text Example
Text Example
White with #98BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC5C; }
p { color: rgb(152,188,92); }
H1.HeaderClassName
{
color: #98BC5C;
}
.AnyTagClassName
{
color: #98BC5C;
}
</style>
background-color css
<style>
a { background-color: #98BC5C; }
a { background-color: rgb(152,188,92); }
div.DivClassName
{
background-color: #98BC5C;
}
.BgClassName
{
background-color: #98BC5C;
}
</style>
border-color css
<style>
span { border-color: #98BC5C; }
span { border-color: rgb(152,188,92); }
td.TdClassName
{
border-color: #98BC5C;
}
.TagClassName
{
border-color: #98BC5C;
}
</style>