Shades of Olivine #98BA7B
Tints of Olivine #98BA7B
RGB
CMYK
RGB Variations
Color information
#98BA7B (or 0x98BA7B) is known color: Olivine. HEX triplet: 98, BA and 7B. RGB value is (152,186,123). Sum of RGB (Red+Green+Blue) = 152+186+123=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA7B is #674584. Grayscale: #A8A8A8. Windows color (decimal): -6768005 or 8108696. OLE color: 8108696.
HSL color Cylindrical-coordinate representation of color #98BA7B: hue angle of 92.38º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BA7B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 123 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.27 |
| HSL | 92.38º | 0.31% | 0.61% | - |
| HSV(B) | 92.38º | 0.34% | 0.73% | - |
| XYZ | 34.08 | 43.22 | 25.29 | - |
| YUV | 168.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 123 | 0.18 | 0 | 0.34 | 0.27 | 92.38 | 0.31 | 0.61 |
| Hex | 98 | BA | 7B | 12 | 0 | 22 | 1B | 5C | 1F | 3D |
| Octal | 230 | 272 | 173 | 22 | 0 | 42 | 33 | 134 | 37 | 75 |
| Binary | 10011000 | 10111010 | 1111011 | 10010 | 0 | 100010 | 11011 | 1011100 | 11111 | 111101 |
Color Harmonies of #98BA7B
Complementary color
Monochromatic Colors of #98BA7B
Black with #98BA7B
Text Example
Text Example
White with #98BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA7B; }
p { color: rgb(152,186,123); }
H1.HeaderClassName
{
color: #98BA7B;
}
.AnyTagClassName
{
color: #98BA7B;
}
</style>
background-color css
<style>
a { background-color: #98BA7B; }
a { background-color: rgb(152,186,123); }
div.DivClassName
{
background-color: #98BA7B;
}
.BgClassName
{
background-color: #98BA7B;
}
</style>
border-color css
<style>
span { border-color: #98BA7B; }
span { border-color: rgb(152,186,123); }
td.TdClassName
{
border-color: #98BA7B;
}
.TagClassName
{
border-color: #98BA7B;
}
</style>