Shades of Olivine #9FBC5D
Tints of Olivine #9FBC5D
RGB
CMYK
RGB Variations
Color information
#9FBC5D (or 0x9FBC5D) is known color: Olivine. HEX triplet: 9F, BC and 5D. RGB value is (159,188,93). Sum of RGB (Red+Green+Blue) = 159+188+93=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC5D is #6043A2. Grayscale: #A8A8A8. Windows color (decimal): -6308771 or 6143135. OLE color: 6143135.
HSL color Cylindrical-coordinate representation of color #9FBC5D: hue angle of 78.32º degrees, saturation: 0.41, 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 #9FBC5D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 93 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.26 |
| HSL | 78.32º | 0.41% | 0.55% | - |
| HSV(B) | 78.32º | 0.51% | 0.74% | - |
| XYZ | 34.26 | 44.13 | 17.07 | - |
| YUV | 168.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 93 | 0.15 | 0 | 0.51 | 0.26 | 78.32 | 0.41 | 0.55 |
| Hex | 9F | BC | 5D | F | 0 | 33 | 1A | 4E | 29 | 37 |
| Octal | 237 | 274 | 135 | 17 | 0 | 63 | 32 | 116 | 51 | 67 |
| Binary | 10011111 | 10111100 | 1011101 | 1111 | 0 | 110011 | 11010 | 1001110 | 101001 | 110111 |
Color Harmonies of #9FBC5D
Complementary color
Monochromatic Colors of #9FBC5D
Black with #9FBC5D
Text Example
Text Example
White with #9FBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC5D; }
p { color: rgb(159,188,93); }
H1.HeaderClassName
{
color: #9FBC5D;
}
.AnyTagClassName
{
color: #9FBC5D;
}
</style>
background-color css
<style>
a { background-color: #9FBC5D; }
a { background-color: rgb(159,188,93); }
div.DivClassName
{
background-color: #9FBC5D;
}
.BgClassName
{
background-color: #9FBC5D;
}
</style>
border-color css
<style>
span { border-color: #9FBC5D; }
span { border-color: rgb(159,188,93); }
td.TdClassName
{
border-color: #9FBC5D;
}
.TagClassName
{
border-color: #9FBC5D;
}
</style>