Shades of Olivine #98BD80
Tints of Olivine #98BD80
RGB
CMYK
RGB Variations
Color information
#98BD80 (or 0x98BD80) is known color: Olivine. HEX triplet: 98, BD and 80. RGB value is (152,189,128). Sum of RGB (Red+Green+Blue) = 152+189+128=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BD80 is #67427F. Grayscale: #ABABAB. Windows color (decimal): -6767232 or 8437144. OLE color: 8437144.
HSL color Cylindrical-coordinate representation of color #98BD80: hue angle of 96.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BD80 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 128 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.26 |
| HSL | 96.39º | 0.32% | 0.62% | - |
| HSV(B) | 96.39º | 0.32% | 0.74% | - |
| XYZ | 35.04 | 44.63 | 27.19 | - |
| YUV | 170.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 128 | 0.20 | 0 | 0.32 | 0.26 | 96.39 | 0.32 | 0.62 |
| Hex | 98 | BD | 80 | 14 | 0 | 20 | 1A | 60 | 20 | 3E |
| Octal | 230 | 275 | 200 | 24 | 0 | 40 | 32 | 140 | 40 | 76 |
| Binary | 10011000 | 10111101 | 10000000 | 10100 | 0 | 100000 | 11010 | 1100000 | 100000 | 111110 |
Color Harmonies of #98BD80
Complementary color
Monochromatic Colors of #98BD80
Black with #98BD80
Text Example
Text Example
White with #98BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD80; }
p { color: rgb(152,189,128); }
H1.HeaderClassName
{
color: #98BD80;
}
.AnyTagClassName
{
color: #98BD80;
}
</style>
background-color css
<style>
a { background-color: #98BD80; }
a { background-color: rgb(152,189,128); }
div.DivClassName
{
background-color: #98BD80;
}
.BgClassName
{
background-color: #98BD80;
}
</style>
border-color css
<style>
span { border-color: #98BD80; }
span { border-color: rgb(152,189,128); }
td.TdClassName
{
border-color: #98BD80;
}
.TagClassName
{
border-color: #98BD80;
}
</style>