Shades of Olivine #98BD62
Tints of Olivine #98BD62
RGB
CMYK
RGB Variations
Color information
#98BD62 (or 0x98BD62) is known color: Olivine. HEX triplet: 98, BD and 62. RGB value is (152,189,98). Sum of RGB (Red+Green+Blue) = 152+189+98=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BD62 is #67429D. Grayscale: #A7A7A7. Windows color (decimal): -6767262 or 6471064. OLE color: 6471064.
HSL color Cylindrical-coordinate representation of color #98BD62: hue angle of 84.4º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98BD62 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 98 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.26 |
| HSL | 84.4º | 0.41% | 0.56% | - |
| HSV(B) | 84.4º | 0.48% | 0.74% | - |
| XYZ | 33.35 | 43.95 | 18.28 | - |
| YUV | 167.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 98 | 0.20 | 0 | 0.48 | 0.26 | 84.4 | 0.41 | 0.56 |
| Hex | 98 | BD | 62 | 14 | 0 | 30 | 1A | 54 | 29 | 38 |
| Octal | 230 | 275 | 142 | 24 | 0 | 60 | 32 | 124 | 51 | 70 |
| Binary | 10011000 | 10111101 | 1100010 | 10100 | 0 | 110000 | 11010 | 1010100 | 101001 | 111000 |
Color Harmonies of #98BD62
Complementary color
Monochromatic Colors of #98BD62
Black with #98BD62
Text Example
Text Example
White with #98BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD62; }
p { color: rgb(152,189,98); }
H1.HeaderClassName
{
color: #98BD62;
}
.AnyTagClassName
{
color: #98BD62;
}
</style>
background-color css
<style>
a { background-color: #98BD62; }
a { background-color: rgb(152,189,98); }
div.DivClassName
{
background-color: #98BD62;
}
.BgClassName
{
background-color: #98BD62;
}
</style>
border-color css
<style>
span { border-color: #98BD62; }
span { border-color: rgb(152,189,98); }
td.TdClassName
{
border-color: #98BD62;
}
.TagClassName
{
border-color: #98BD62;
}
</style>