Shades of Olivine #9FBC5C
Tints of Olivine #9FBC5C
RGB
CMYK
RGB Variations
Color information
#9FBC5C (or 0x9FBC5C) is known color: Olivine. HEX triplet: 9F, BC and 5C. RGB value is (159,188,92). Sum of RGB (Red+Green+Blue) = 159+188+92=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC5C is #6043A3. Grayscale: #A8A8A8. Windows color (decimal): -6308772 or 6077599. OLE color: 6077599.
HSL color Cylindrical-coordinate representation of color #9FBC5C: hue angle of 78.12º 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 #9FBC5C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 92 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.26 |
| HSL | 78.12º | 0.42% | 0.55% | - |
| HSV(B) | 78.12º | 0.51% | 0.74% | - |
| XYZ | 34.21 | 44.11 | 16.84 | - |
| YUV | 168.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 92 | 0.15 | 0 | 0.51 | 0.26 | 78.12 | 0.42 | 0.55 |
| Hex | 9F | BC | 5C | F | 0 | 33 | 1A | 4E | 2A | 37 |
| Octal | 237 | 274 | 134 | 17 | 0 | 63 | 32 | 116 | 52 | 67 |
| Binary | 10011111 | 10111100 | 1011100 | 1111 | 0 | 110011 | 11010 | 1001110 | 101010 | 110111 |
Color Harmonies of #9FBC5C
Complementary color
Monochromatic Colors of #9FBC5C
Black with #9FBC5C
Text Example
Text Example
White with #9FBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC5C; }
p { color: rgb(159,188,92); }
H1.HeaderClassName
{
color: #9FBC5C;
}
.AnyTagClassName
{
color: #9FBC5C;
}
</style>
background-color css
<style>
a { background-color: #9FBC5C; }
a { background-color: rgb(159,188,92); }
div.DivClassName
{
background-color: #9FBC5C;
}
.BgClassName
{
background-color: #9FBC5C;
}
</style>
border-color css
<style>
span { border-color: #9FBC5C; }
span { border-color: rgb(159,188,92); }
td.TdClassName
{
border-color: #9FBC5C;
}
.TagClassName
{
border-color: #9FBC5C;
}
</style>