Shades of Gossip #9FC98B
Tints of Gossip #9FC98B
RGB
CMYK
RGB Variations
Color information
#9FC98B (or 0x9FC98B) is known color: Gossip. HEX triplet: 9F, C9 and 8B. RGB value is (159,201,139). Sum of RGB (Red+Green+Blue) = 159+201+139=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC98B is #603674. Grayscale: #B5B5B5. Windows color (decimal): -6305397 or 9161119. OLE color: 9161119.
HSL color Cylindrical-coordinate representation of color #9FC98B: hue angle of 100.65º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FC98B is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 139 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.21 |
| HSL | 100.65º | 0.36% | 0.67% | - |
| HSV(B) | 100.65º | 0.31% | 0.79% | - |
| XYZ | 39.84 | 51.01 | 32.17 | - |
| YUV | 181.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 139 | 0.21 | 0 | 0.31 | 0.21 | 100.65 | 0.36 | 0.67 |
| Hex | 9F | C9 | 8B | 15 | 0 | 1F | 15 | 65 | 24 | 43 |
| Octal | 237 | 311 | 213 | 25 | 0 | 37 | 25 | 145 | 44 | 103 |
| Binary | 10011111 | 11001001 | 10001011 | 10101 | 0 | 11111 | 10101 | 1100101 | 100100 | 1000011 |
Color Harmonies of #9FC98B
Complementary color
Monochromatic Colors of #9FC98B
Black with #9FC98B
Text Example
Text Example
White with #9FC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC98B; }
p { color: rgb(159,201,139); }
H1.HeaderClassName
{
color: #9FC98B;
}
.AnyTagClassName
{
color: #9FC98B;
}
</style>
background-color css
<style>
a { background-color: #9FC98B; }
a { background-color: rgb(159,201,139); }
div.DivClassName
{
background-color: #9FC98B;
}
.BgClassName
{
background-color: #9FC98B;
}
</style>
border-color css
<style>
span { border-color: #9FC98B; }
span { border-color: rgb(159,201,139); }
td.TdClassName
{
border-color: #9FC98B;
}
.TagClassName
{
border-color: #9FC98B;
}
</style>