Shades of Olivine #98BC6C
Tints of Olivine #98BC6C
RGB
CMYK
RGB Variations
Color information
#98BC6C (or 0x98BC6C) is known color: Olivine. HEX triplet: 98, BC and 6C. RGB value is (152,188,108). Sum of RGB (Red+Green+Blue) = 152+188+108=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC6C is #674393. Grayscale: #A8A8A8. Windows color (decimal): -6767508 or 7126168. OLE color: 7126168.
HSL color Cylindrical-coordinate representation of color #98BC6C: hue angle of 87º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98BC6C is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 108 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.26 |
| HSL | 87º | 0.37% | 0.58% | - |
| HSV(B) | 87º | 0.43% | 0.74% | - |
| XYZ | 33.64 | 43.72 | 20.85 | - |
| YUV | 168.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 108 | 0.19 | 0 | 0.43 | 0.26 | 87 | 0.37 | 0.58 |
| Hex | 98 | BC | 6C | 13 | 0 | 2B | 1A | 57 | 25 | 3A |
| Octal | 230 | 274 | 154 | 23 | 0 | 53 | 32 | 127 | 45 | 72 |
| Binary | 10011000 | 10111100 | 1101100 | 10011 | 0 | 101011 | 11010 | 1010111 | 100101 | 111010 |
Color Harmonies of #98BC6C
Complementary color
Monochromatic Colors of #98BC6C
Black with #98BC6C
Text Example
Text Example
White with #98BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC6C; }
p { color: rgb(152,188,108); }
H1.HeaderClassName
{
color: #98BC6C;
}
.AnyTagClassName
{
color: #98BC6C;
}
</style>
background-color css
<style>
a { background-color: #98BC6C; }
a { background-color: rgb(152,188,108); }
div.DivClassName
{
background-color: #98BC6C;
}
.BgClassName
{
background-color: #98BC6C;
}
</style>
border-color css
<style>
span { border-color: #98BC6C; }
span { border-color: rgb(152,188,108); }
td.TdClassName
{
border-color: #98BC6C;
}
.TagClassName
{
border-color: #98BC6C;
}
</style>