Shades of Olivine #98BB5E
Tints of Olivine #98BB5E
RGB
CMYK
RGB Variations
Color information
#98BB5E (or 0x98BB5E) is known color: Olivine. HEX triplet: 98, BB and 5E. RGB value is (152,187,94). Sum of RGB (Red+Green+Blue) = 152+187+94=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BB5E is #6744A1. Grayscale: #A6A6A6. Windows color (decimal): -6767778 or 6208408. OLE color: 6208408.
HSL color Cylindrical-coordinate representation of color #98BB5E: hue angle of 82.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98BB5E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
RGB | 152 | 187 | 94 | - |
CMYK | 0.19 | 0 | 0.50 | 0.27 |
HSL | 82.58º | 0.41% | 0.55% | - |
HSV(B) | 82.58º | 0.5% | 0.73% | - |
XYZ | 32.74 | 43.02 | 17.17 | - |
YUV | 165.93 | 87.4 | 118.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 187 | 94 | 0.19 | 0 | 0.50 | 0.27 | 82.58 | 0.41 | 0.55 |
Hex | 98 | BB | 5E | 13 | 0 | 32 | 1B | 53 | 29 | 37 |
Octal | 230 | 273 | 136 | 23 | 0 | 62 | 33 | 123 | 51 | 67 |
Binary | 10011000 | 10111011 | 1011110 | 10011 | 0 | 110010 | 11011 | 1010011 | 101001 | 110111 |
Color Harmonies of #98BB5E
Complementary color
Monochromatic Colors of #98BB5E
Black with #98BB5E
Text Example
Text Example
White with #98BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BB5E; }
p { color: rgb(152,187,94); }
H1.HeaderClassName
{
color: #98BB5E;
}
.AnyTagClassName
{
color: #98BB5E;
}
</style>
background-color css
<style>
a { background-color: #98BB5E; }
a { background-color: rgb(152,187,94); }
div.DivClassName
{
background-color: #98BB5E;
}
.BgClassName
{
background-color: #98BB5E;
}
</style>
border-color css
<style>
span { border-color: #98BB5E; }
span { border-color: rgb(152,187,94); }
td.TdClassName
{
border-color: #98BB5E;
}
.TagClassName
{
border-color: #98BB5E;
}
</style>