Shades of Olivine #98BE5E
Tints of Olivine #98BE5E
RGB
CMYK
RGB Variations
Color information
#98BE5E (or 0x98BE5E) is known color: Olivine. HEX triplet: 98, BE and 5E. RGB value is (152,190,94). Sum of RGB (Red+Green+Blue) = 152+190+94=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE5E is #6741A1. Grayscale: #A8A8A8. Windows color (decimal): -6767010 or 6209176. OLE color: 6209176.
HSL color Cylindrical-coordinate representation of color #98BE5E: hue angle of 83.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98BE5E is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 152 | 190 | 94 | - |
CMYK | 0.2 | 0 | 0.51 | 0.25 |
HSL | 83.75º | 0.42% | 0.56% | - |
HSV(B) | 83.75º | 0.51% | 0.75% | - |
XYZ | 33.38 | 44.31 | 17.38 | - |
YUV | 167.69 | 86.41 | 116.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 190 | 94 | 0.2 | 0 | 0.51 | 0.25 | 83.75 | 0.42 | 0.56 |
Hex | 98 | BE | 5E | 14 | 0 | 33 | 19 | 54 | 2A | 38 |
Octal | 230 | 276 | 136 | 24 | 0 | 63 | 31 | 124 | 52 | 70 |
Binary | 10011000 | 10111110 | 1011110 | 10100 | 0 | 110011 | 11001 | 1010100 | 101010 | 111000 |
Color Harmonies of #98BE5E
Complementary color
Monochromatic Colors of #98BE5E
Black with #98BE5E
Text Example
Text Example
White with #98BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE5E; }
p { color: rgb(152,190,94); }
H1.HeaderClassName
{
color: #98BE5E;
}
.AnyTagClassName
{
color: #98BE5E;
}
</style>
background-color css
<style>
a { background-color: #98BE5E; }
a { background-color: rgb(152,190,94); }
div.DivClassName
{
background-color: #98BE5E;
}
.BgClassName
{
background-color: #98BE5E;
}
</style>
border-color css
<style>
span { border-color: #98BE5E; }
span { border-color: rgb(152,190,94); }
td.TdClassName
{
border-color: #98BE5E;
}
.TagClassName
{
border-color: #98BE5E;
}
</style>