Shades of Gossip #9FC885
Tints of Gossip #9FC885
RGB
CMYK
RGB Variations
Color information
#9FC885 (or 0x9FC885) is known color: Gossip. HEX triplet: 9F, C8 and 85. RGB value is (159,200,133). Sum of RGB (Red+Green+Blue) = 159+200+133=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC885 is #60377A. Grayscale: #B4B4B4. Windows color (decimal): -6305659 or 8767647. OLE color: 8767647.
HSL color Cylindrical-coordinate representation of color #9FC885: hue angle of 96.72º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC885 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 133 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.22 |
| HSL | 96.72º | 0.38% | 0.65% | - |
| HSV(B) | 96.72º | 0.34% | 0.78% | - |
| XYZ | 39.19 | 50.37 | 29.85 | - |
| YUV | 180.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 133 | 0.20 | 0 | 0.34 | 0.22 | 96.72 | 0.38 | 0.65 |
| Hex | 9F | C8 | 85 | 14 | 0 | 22 | 16 | 61 | 26 | 41 |
| Octal | 237 | 310 | 205 | 24 | 0 | 42 | 26 | 141 | 46 | 101 |
| Binary | 10011111 | 11001000 | 10000101 | 10100 | 0 | 100010 | 10110 | 1100001 | 100110 | 1000001 |
Color Harmonies of #9FC885
Complementary color
Monochromatic Colors of #9FC885
Black with #9FC885
Text Example
Text Example
White with #9FC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC885; }
p { color: rgb(159,200,133); }
H1.HeaderClassName
{
color: #9FC885;
}
.AnyTagClassName
{
color: #9FC885;
}
</style>
background-color css
<style>
a { background-color: #9FC885; }
a { background-color: rgb(159,200,133); }
div.DivClassName
{
background-color: #9FC885;
}
.BgClassName
{
background-color: #9FC885;
}
</style>
border-color css
<style>
span { border-color: #9FC885; }
span { border-color: rgb(159,200,133); }
td.TdClassName
{
border-color: #9FC885;
}
.TagClassName
{
border-color: #9FC885;
}
</style>