Shades of Gossip #9FC989
Tints of Gossip #9FC989
RGB
CMYK
RGB Variations
Color information
#9FC989 (or 0x9FC989) is known color: Gossip. HEX triplet: 9F, C9 and 89. RGB value is (159,201,137). Sum of RGB (Red+Green+Blue) = 159+201+137=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC989 is #603676. Grayscale: #B5B5B5. Windows color (decimal): -6305399 or 9030047. OLE color: 9030047.
HSL color Cylindrical-coordinate representation of color #9FC989: hue angle of 99.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FC989 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 137 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.21 |
| HSL | 99.38º | 0.37% | 0.66% | - |
| HSV(B) | 99.38º | 0.32% | 0.79% | - |
| XYZ | 39.7 | 50.95 | 31.41 | - |
| YUV | 181.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 137 | 0.21 | 0 | 0.32 | 0.21 | 99.38 | 0.37 | 0.66 |
| Hex | 9F | C9 | 89 | 15 | 0 | 20 | 15 | 63 | 25 | 42 |
| Octal | 237 | 311 | 211 | 25 | 0 | 40 | 25 | 143 | 45 | 102 |
| Binary | 10011111 | 11001001 | 10001001 | 10101 | 0 | 100000 | 10101 | 1100011 | 100101 | 1000010 |
Color Harmonies of #9FC989
Complementary color
Monochromatic Colors of #9FC989
Black with #9FC989
Text Example
Text Example
White with #9FC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC989; }
p { color: rgb(159,201,137); }
H1.HeaderClassName
{
color: #9FC989;
}
.AnyTagClassName
{
color: #9FC989;
}
</style>
background-color css
<style>
a { background-color: #9FC989; }
a { background-color: rgb(159,201,137); }
div.DivClassName
{
background-color: #9FC989;
}
.BgClassName
{
background-color: #9FC989;
}
</style>
border-color css
<style>
span { border-color: #9FC989; }
span { border-color: rgb(159,201,137); }
td.TdClassName
{
border-color: #9FC989;
}
.TagClassName
{
border-color: #9FC989;
}
</style>