Shades of Gossip #9FCF89
Tints of Gossip #9FCF89
RGB
CMYK
RGB Variations
Color information
#9FCF89 (or 0x9FCF89) is known color: Gossip. HEX triplet: 9F, CF and 89. RGB value is (159,207,137). Sum of RGB (Red+Green+Blue) = 159+207+137=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCF89 is #603076. Grayscale: #B8B8B8. Windows color (decimal): -6303863 or 9031583. OLE color: 9031583.
HSL color Cylindrical-coordinate representation of color #9FCF89: hue angle of 101.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCF89 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 137 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.19 |
| HSL | 101.14º | 0.42% | 0.67% | - |
| HSV(B) | 101.14º | 0.34% | 0.81% | - |
| XYZ | 41.13 | 53.8 | 31.88 | - |
| YUV | 184.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 137 | 0.23 | 0 | 0.34 | 0.19 | 101.14 | 0.42 | 0.67 |
| Hex | 9F | CF | 89 | 17 | 0 | 22 | 13 | 65 | 2A | 43 |
| Octal | 237 | 317 | 211 | 27 | 0 | 42 | 23 | 145 | 52 | 103 |
| Binary | 10011111 | 11001111 | 10001001 | 10111 | 0 | 100010 | 10011 | 1100101 | 101010 | 1000011 |
Color Harmonies of #9FCF89
Complementary color
Monochromatic Colors of #9FCF89
Black with #9FCF89
Text Example
Text Example
White with #9FCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF89; }
p { color: rgb(159,207,137); }
H1.HeaderClassName
{
color: #9FCF89;
}
.AnyTagClassName
{
color: #9FCF89;
}
</style>
background-color css
<style>
a { background-color: #9FCF89; }
a { background-color: rgb(159,207,137); }
div.DivClassName
{
background-color: #9FCF89;
}
.BgClassName
{
background-color: #9FCF89;
}
</style>
border-color css
<style>
span { border-color: #9FCF89; }
span { border-color: rgb(159,207,137); }
td.TdClassName
{
border-color: #9FCF89;
}
.TagClassName
{
border-color: #9FCF89;
}
</style>