Shades of Gossip #9FC389
Tints of Gossip #9FC389
RGB
CMYK
RGB Variations
Color information
#9FC389 (or 0x9FC389) is known color: Gossip. HEX triplet: 9F, C3 and 89. RGB value is (159,195,137). Sum of RGB (Red+Green+Blue) = 159+195+137=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC389 is #603C76. Grayscale: #B1B1B1. Windows color (decimal): -6306935 or 9028511. OLE color: 9028511.
HSL color Cylindrical-coordinate representation of color #9FC389: hue angle of 97.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC389 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 137 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.24 |
| HSL | 97.24º | 0.33% | 0.65% | - |
| HSV(B) | 97.24º | 0.3% | 0.76% | - |
| XYZ | 38.33 | 48.21 | 30.95 | - |
| YUV | 177.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 137 | 0.18 | 0 | 0.30 | 0.24 | 97.24 | 0.33 | 0.65 |
| Hex | 9F | C3 | 89 | 12 | 0 | 1E | 18 | 61 | 21 | 41 |
| Octal | 237 | 303 | 211 | 22 | 0 | 36 | 30 | 141 | 41 | 101 |
| Binary | 10011111 | 11000011 | 10001001 | 10010 | 0 | 11110 | 11000 | 1100001 | 100001 | 1000001 |
Color Harmonies of #9FC389
Complementary color
Monochromatic Colors of #9FC389
Black with #9FC389
Text Example
Text Example
White with #9FC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC389; }
p { color: rgb(159,195,137); }
H1.HeaderClassName
{
color: #9FC389;
}
.AnyTagClassName
{
color: #9FC389;
}
</style>
background-color css
<style>
a { background-color: #9FC389; }
a { background-color: rgb(159,195,137); }
div.DivClassName
{
background-color: #9FC389;
}
.BgClassName
{
background-color: #9FC389;
}
</style>
border-color css
<style>
span { border-color: #9FC389; }
span { border-color: rgb(159,195,137); }
td.TdClassName
{
border-color: #9FC389;
}
.TagClassName
{
border-color: #9FC389;
}
</style>