Shades of Olivine #98BD5C
Tints of Olivine #98BD5C
RGB
CMYK
RGB Variations
Color information
#98BD5C (or 0x98BD5C) is known color: Olivine. HEX triplet: 98, BD and 5C. RGB value is (152,189,92). Sum of RGB (Red+Green+Blue) = 152+189+92=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BD5C is #6742A3. Grayscale: #A7A7A7. Windows color (decimal): -6767268 or 6077848. OLE color: 6077848.
HSL color Cylindrical-coordinate representation of color #98BD5C: hue angle of 82.89º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98BD5C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 92 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.26 |
| HSL | 82.89º | 0.42% | 0.55% | - |
| HSV(B) | 82.89º | 0.51% | 0.74% | - |
| XYZ | 33.08 | 43.84 | 16.84 | - |
| YUV | 166.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 92 | 0.20 | 0 | 0.51 | 0.26 | 82.89 | 0.42 | 0.55 |
| Hex | 98 | BD | 5C | 14 | 0 | 33 | 1A | 53 | 2A | 37 |
| Octal | 230 | 275 | 134 | 24 | 0 | 63 | 32 | 123 | 52 | 67 |
| Binary | 10011000 | 10111101 | 1011100 | 10100 | 0 | 110011 | 11010 | 1010011 | 101010 | 110111 |
Color Harmonies of #98BD5C
Complementary color
Monochromatic Colors of #98BD5C
Black with #98BD5C
Text Example
Text Example
White with #98BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD5C; }
p { color: rgb(152,189,92); }
H1.HeaderClassName
{
color: #98BD5C;
}
.AnyTagClassName
{
color: #98BD5C;
}
</style>
background-color css
<style>
a { background-color: #98BD5C; }
a { background-color: rgb(152,189,92); }
div.DivClassName
{
background-color: #98BD5C;
}
.BgClassName
{
background-color: #98BD5C;
}
</style>
border-color css
<style>
span { border-color: #98BD5C; }
span { border-color: rgb(152,189,92); }
td.TdClassName
{
border-color: #98BD5C;
}
.TagClassName
{
border-color: #98BD5C;
}
</style>