Shades of Olivine #98BA6C
Tints of Olivine #98BA6C
RGB
CMYK
RGB Variations
Color information
#98BA6C (or 0x98BA6C) is known color: Olivine. HEX triplet: 98, BA and 6C. RGB value is (152,186,108). Sum of RGB (Red+Green+Blue) = 152+186+108=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA6C is #674593. Grayscale: #A7A7A7. Windows color (decimal): -6768020 or 7125656. OLE color: 7125656.
HSL color Cylindrical-coordinate representation of color #98BA6C: hue angle of 86.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98BA6C is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 108 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.27 |
| HSL | 86.15º | 0.36% | 0.58% | - |
| HSV(B) | 86.15º | 0.42% | 0.73% | - |
| XYZ | 33.21 | 42.88 | 20.71 | - |
| YUV | 166.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 108 | 0.18 | 0 | 0.42 | 0.27 | 86.15 | 0.36 | 0.58 |
| Hex | 98 | BA | 6C | 12 | 0 | 2A | 1B | 56 | 24 | 3A |
| Octal | 230 | 272 | 154 | 22 | 0 | 52 | 33 | 126 | 44 | 72 |
| Binary | 10011000 | 10111010 | 1101100 | 10010 | 0 | 101010 | 11011 | 1010110 | 100100 | 111010 |
Color Harmonies of #98BA6C
Complementary color
Monochromatic Colors of #98BA6C
Black with #98BA6C
Text Example
Text Example
White with #98BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA6C; }
p { color: rgb(152,186,108); }
H1.HeaderClassName
{
color: #98BA6C;
}
.AnyTagClassName
{
color: #98BA6C;
}
</style>
background-color css
<style>
a { background-color: #98BA6C; }
a { background-color: rgb(152,186,108); }
div.DivClassName
{
background-color: #98BA6C;
}
.BgClassName
{
background-color: #98BA6C;
}
</style>
border-color css
<style>
span { border-color: #98BA6C; }
span { border-color: rgb(152,186,108); }
td.TdClassName
{
border-color: #98BA6C;
}
.TagClassName
{
border-color: #98BA6C;
}
</style>